497 Commits

Author SHA1 Message Date
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
toshi0607
e2e7160b76 fix mistakes 2019-01-21 22:34:58 +09:00
toshi0607
b58ec6aec7 🎉 add google go 2019-01-20 11:42:57 +09:00
NomadBlacky
7f02d9714c Bump up sbt-plugins
+ sbt-assembly: 0.14.9
+ sbt-release: 1.0.11
2019-01-20 01:06:06 +09:00
NomadBlacky
83302b2883 Tweak build.sbt 2019-01-20 00:43:50 +09:00
NomadBlacky
404010ada5 Bump up aws-lambda-java-events in aws-scala-sbt 2019-01-20 00:42:33 +09:00
NomadBlacky
4942eabe34 Bump up Scala version to 2.12.8 in aws-scala-sbt 2019-01-20 00:40:55 +09:00
NomadBlacky
79084e2373 Bump up sbt version to 1.2.8 in aws-scala-sbt 2019-01-20 00:40:05 +09:00
NomadBlacky
1c0115ba50 Reduce files in aws-scala-sbt 2019-01-20 00:36:43 +09:00
Gabriel Kaputa
011e8d52cb Increase @types/aws-lambda version in aws-nodejs-typescript template 2019-01-14 00:29:55 +01:00
Daniel Schep
fb1069ff4b update jackson-databind to secure version 2019-01-07 09:04:26 -05:00
Takahiro Horike
c1c1ee0fc7
Merge pull request #5411 from odedniv/aws-csharp-template
aws-csharp create template uses handler-specific artifact
2018-12-31 16:56:56 +09:00
horike37
ba24f71a05 add enable package individually: true 2018-12-31 16:49:46 +09:00
horike37
e4ed72a6db Merge remote-tracking branch 'root/master' 2018-12-31 16:08:17 +09:00
ben willkommen
c2d72e03cc Fixed cloudflare templates
Updated package.json from 0.1.1 to 1.0.5 of serverless-cloudflare-workers plugin for both cloudflare templates. Fixed an issue with the serverless.yml files in the templates: serverless-cloudflare-workers does throws an exception on serverless deploy of the name property of the function does not match the function name.
2018-12-19 19:23:34 -06:00
jan@rubix.nl
d811ef8217 * sorted elements on root level & compilerOptions alphabetically
* set target + lib to es2017
* added noUnusedLocals + noUnusedParameters (best practice clean code)
2018-12-17 15:52:25 +01:00
jan@rubix.nl
9ccf3eac95 * sorted elements on root level & compilerOptions alphabetically
* set target + lib to es2017
* added noUnusedLocals + noUnusedParameters (best practice clean code)
2018-12-17 15:50:35 +01:00
Alex DeBrie
b36c9b01ab
Update gitignore 2018-12-14 12:29:41 -06:00