Mariusz Nowak
ad9810fbc9
Merge branch 'master' into improve-promised-bdd-setup
2019-05-21 16:57:36 +02:00
Mariusz Nowak
762df07512
Ensure to not send track requests when testing
2019-05-21 16:53:30 +02:00
Philipp Muens
25ca3bb84d
Setup Travis to work with Windows / Remove AppVeyor
2019-05-21 12:34:15 +02:00
Philipp Muens
5b5425d939
Update AWS Node.js runtime to version 10
2019-05-15 14:27:55 +02:00
My Ho
c3a32cf45b
azure: exclude development dependency files when packaging functions
...
.funcignore is not being used so have to add the ignore files
to the `exclude` section in serverless.yml
2019-05-14 10:56:09 -07:00
Tanner Barlow
cc371f32db
Updated tests, docs & template README
2019-05-10 10:27:05 -07:00
Tanner Barlow
9249348a94
Updated template for multiple Azure Functions
2019-05-10 10:05:16 -07:00
Philipp Muens
c6e699a2e9
Merge pull request #6106 from tbarlow12/update-azure-template
...
Update Azure Functions Template
2019-05-10 13:49:13 +02:00
Tanner Barlow
d4f9b76280
Remove only from test
2019-05-09 13:08:40 -07:00
Tanner Barlow
1d327e9903
Update docs to include info on function.json
2019-05-09 13:05:10 -07:00
Tanner Barlow
66a02bb356
Update location
2019-05-09 13:00:54 -07:00
Tanner Barlow
ffd332871e
Remove core tools from dev dependencies and add to docs as one-time install
2019-05-09 10:22:02 -07:00
Tanner Barlow
e9b59d4297
Lint fixes
2019-05-09 10:00:02 -07:00
Tanner Barlow
02b8625a79
Remove only from test
2019-05-09 09:47:03 -07:00
Tanner Barlow
16f8a6d9bb
Update docs and package.json for local running
2019-05-09 09:37:27 -07:00
Tanner Barlow
28b70f6b66
Updated unit test to reflect new structure
2019-05-09 09:09:30 -07:00
Tanner Barlow
c1f767ad98
Replicate VS Code extension generated template
2019-05-09 07:40:22 -07:00
Philipp Muens
a3df5add5c
Merge pull request #6078 from NomadBlacky/update-aws-scala-sbt-20190430
...
Implement logging with Log4j2 for aws-scala-sbt
2019-05-06 12:30:52 +02:00
NomadBlacky
f57ce547fd
Implement logging with Log4j2 for aws-scala-sbt
2019-05-04 16:07:02 +09:00
rakeshyoga
500be085e9
Fix markup error with Authentication value
2019-04-30 12:09:13 -04:00
NomadBlacky
49deab6005
Tweak build.sbt
2019-04-30 19:49:06 +09:00
NomadBlacky
d5e23403b7
Bump up aws-lambda-java-events in aws-scala-sbt
2019-04-30 19:45:38 +09:00
Philipp Muens
96843e989a
Update other Node.js-based templates
2019-04-12 12:49:00 +02:00
Carlos Guerrero
e1498f8f11
Make JSON.stringify easy on the eyes
2019-04-11 20:51:04 +03:00
Sam Hulick
80ed410680
Updating Node.js runtime version
...
Node.js 6.10 is deprecated for AWS Lambda.
2019-04-10 10:04:43 -05:00
Philipp Muens
9635753adf
Add tests / add newline
2019-03-29 09:46:39 +01:00
Jonathan Spies
639297cbdb
added rust template for Cloudflare WASM
2019-03-28 12:20:12 -05:00
Philipp Muens
acad19ae1a
Merge branch 'master' into iss-5742
2019-03-08 13:07:56 +01:00
Paul N. Baker
473b4d166c
Accidently forgot to update code to point to updated log4j2 references. Fixing a typo in dependency name. Adding missing dependency information for plugin.
2019-02-26 15:17:06 -07:00
Paul N. Baker
bc89ef1f23
Updating Kotlin
...
Kotlin has been updated, and since we are targeting jdk-8 we want to take advantage of the Java 8 runtime features that are not available in Kotlin without specifying that we are using Java 8.
http://kotlinlang.org/docs/reference/whatsnew12.html#standard-library
2019-02-26 14:31:33 -07:00
Paul N. Baker
6bf5c0e6ac
log4j2 fixes
...
Logging in Java along with log4j2 and must have specific libraries and configurations to be sucessful in AWS Lambda. Since the target is Java 8 (currently supported aws-lambda runtime) this is essential.
2019-02-26 14:28:03 -07:00
Paul N. Baker
dfc3b49336
Adding BOM and jackson-module-kotlin
...
The bill of matierals helps manage the various verions of the modules and is the prefered method of managing adjacent dependencies when available. jackson-module-kotlin provides a module for Kotlin/Jackson interop.
2019-02-26 14:22:14 -07:00
thales.sousa@philips.com
5c2e665fea
Removing the context parameter as AWS itself no longer uses it on NodeJS functions created through AWS's console
2019-02-20 16:13:23 +01:00
Philipp Muens
b3d43379f5
Merge pull request #5839 from Xenonym/fix/template-install-name-undefined
...
Fix service name in template install message
2019-02-19 14:30:50 +01:00
Philipp Muens
3432a3e1dd
Add tests
2019-02-19 14:20:56 +01:00
Eslam λ Hefnawy
3408a4ee15
Merge pull request #5824 from serverless/websockets
...
Add support for websockets event
2019-02-19 15:25:38 +03:00
Tan Zhen Yong
63b2d61704
Fix service name in template install message
...
- was previously displaying "undefined"
2019-02-18 23:47:42 +08:00
Philipp Muens
f3b6bf42ba
Update templates
2019-02-15 14:13:41 +01:00
Tan Zhen Yong
749f5307b2
Indicate unused context in aws-nodejs-typescipt
...
- _ is used to exclude variables from unused parameter checks (Microsoft/TypeScript#9464 )
2019-02-14 01:43:51 +08:00
Serge Dukic
f6bf951499
Include Google Python template tests
...
Add a test for the Google Cloud Platform Python template test and also
update a couple of the documents as well.
Issue(s): None
2019-02-12 17:01:01 +13:00
Serge Dukic
1ed55034b8
Fix function name to be "http"
...
So that it matches what is in the "serverless.yml" file.
Issue(s): None
2019-02-09 21:22:21 +13:00
Serge Dukic
bfb38fca9f
Fix typo in service name
...
Needs a space before the "hash" symbol otherwise YAML doesn't recognise
it as a comment.
Issue(s): None
2019-02-09 21:20:31 +13:00
Serge Dukic
c1d8e6ec24
Add Google Cloud Python template
...
Add a template for creating Python Serverless functions in Google Cloud.
Issue(s): None
2019-02-09 21:15:04 +13:00
Rocky Warren
2ea7446879
Allow individual packaging with TypeScript source maps
2019-01-23 15:14:12 -06:00
Daniel Schep
748dad8b3c
test coverate for provided template
2019-01-23 14:00:09 -05:00
Daniel Schep
26980e86c4
a template for provided runtime with the bash sample from AWS
2019-01-23 13:46:19 -05:00
Philipp Muens
cc6270e58b
Merge branch 'master' into master
2019-01-23 13:03:52 +01:00
Philipp Muens
7bc381e06e
Merge pull request #5726 from toshi0607/features/add-google-go
...
Add google go template
2019-01-22 12:15:47 +01:00
toshi0607
bf875a1d8c
improve docs
2019-01-21 23:39:17 +09:00
toshi0607
c757f8a386
improve docs
2019-01-21 23:38:27 +09:00