391 Commits

Author SHA1 Message Date
Philipp Muens
00b40d149c Update packages 2019-07-02 12:34:59 +02:00
Philipp Muens
b46a9fe8ec Fix formatting via Prettier 2019-07-02 12:29:00 +02:00
nahum zsilva
434ae9c52f
updating webpack file
The current config will not work in the newest webpack version
2019-06-29 14:17:20 -07:00
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Tanner Barlow
14044edaae
fix: Slim down Azure Functions template 2019-06-14 17:06:30 -07:00
NomadBlacky
0daa26a92c Fix artifact path in aws-scala-sbt 2019-06-08 23:52:19 +09:00
NomadBlacky
393f57288d Migrate codebase to Scala 2.13.0 2019-06-08 23:19:58 +09:00
NomadBlacky
96dc83fc01 Update to Scala 2.13.0 2019-06-08 23:10:19 +09:00
Philipp Muens
2023e50386 Update code to use an existing listener 2019-06-03 14:14:37 +02:00
Philipp Muens
0738f7b8f4 Add Application Load Balancer event source 2019-06-03 12:54:40 +02:00
Daniel Schep
df5cfd4e4d Merge branch 'master' into plat-916 2019-05-23 08:52:08 -04:00
Daniel Schep
ef728aa8bc update AWS templates with sfe app/tenant placeholders 2019-05-21 11:14:41 -04: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
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
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
Eslam λ Hefnawy
3408a4ee15
Merge pull request #5824 from serverless/websockets
Add support for websockets event
2019-02-19 15:25:38 +03: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
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
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