Bobby Johnson
4e501969c0
Merge branch 'master' into webtask-deprecation
2018-09-26 08:44:10 -07:00
horike37
8458ff16c9
fix conflict and rebase this branch from master
2018-09-19 07:15:16 +09:00
Raees
f53f04724f
Merge pull request #5258 from pinkerton/master
...
Add support for Cloudflare Workers
2018-09-11 20:34:04 +05:00
Daniel Bradley
bd2fbdc049
Add new template for AWS Alexa Typescript
...
- Adapt from `aws-nodejs-typescript`.
- Tested manually by specifying template-url.
- Add unit and integration tests for new create template.
- Waiting on the next version of the `serverless-alexa-skills` plugin to be released on NPM.
2018-08-31 14:59:01 +01:00
Bobby Johnson
bbe5639399
removed references to webtask provider that is being deprecated
2018-08-29 09:35:29 -07:00
Nirvik Ghosh
ab81dd60c2
whitelisted cloudflare templates
2018-08-23 16:18:05 -05:00
Rowell Belen
47aadb5e91
AWS Clojurescript Gradle Template
2018-08-05 11:22:25 -06:00
Takahiro Horike
d5aebc751e
Merge pull request #5147 from bytekast/clojure-template
...
AWS Clojure Gradle Template
2018-08-03 08:43:43 +09:00
Rowell Belen
3b8e0ec125
AWS Clojure Gradle Template
2018-08-02 13:26:19 -06:00
HiromiShikata
d4b7d6d384
Fixed that create command didn't use the service name given as -n option
2018-06-27 23:23:19 +09:00
ssmith2
dd16238ca6
add untildify to path
2018-06-21 23:54:06 -05:00
ssmith2
13da35f7dd
update linting
2018-06-19 18:07:07 -05:00
ssmith2
3267a7b4ac
add untildify package to handle create paths with a ~
2018-06-19 17:58:47 -05:00
James
3bbab25dd4
Add templates to create.js
2018-05-01 08:17:03 -07:00
Kamesh Sampath
e6692aa1fd
Resolving #4491 , adding support for java maven templates for OpenWhisk
...
Signed-off-by: Kamesh Sampath <kamesh.sampath@hotmail.com>
2018-02-22 00:42:52 +05:30
Yun Zhi Lin
df85e2d9bc
add support for AWS go: new create templates aws-go and aws-go-dep, docs, updated integration tests
2018-01-23 23:52:51 +11:00
Takahiro Horike
c639e30b18
Merge pull request #4583 from jeffnoehren/master
...
Spotinst - adding Java8 template and updating docs
2018-01-05 03:05:56 +09:00
Christophe Bougère
49bfee948b
sym links:
...
- adding a noLinks option
- unit test for sym links
2018-01-04 13:03:06 +01:00
Christophe Bougère
310f59f7fa
extend error message
2018-01-04 11:46:49 +01:00
jeffnoehren
e3aa996cea
Spotinst - removing trailing spaces
2018-01-02 16:16:58 -08:00
jeffnoehren
5ec11c82a9
Spotinst - adding test cases to java8 tempalte
2018-01-02 13:54:55 -08:00
Christophe Bougère
61cbeb1645
- adding a --template-url option for sls create
...
- update `walkDirSync` to ignore symbolic links (now ignore node_modules linked via `npm link`)
2017-12-14 16:15:14 +01:00
Jarrod Swift
0b9fcaf00c
Copy the aws-kotlin-jvm-maven template and convert to gradle. Adding as aws-kotlin-jvm-gradle and making a few improvements:
...
- Add the gradle code the the AWS SDK BOM
- Update all libraries
- Switch to log4j2 and include configuration as recommended by AWS
- Add deploy task
- Make a generic response class that is extended by the hello-world so it's more usuable
- General Kotlin-ness
2017-11-02 14:57:41 +10:30
horike37
07c35fa1a0
Merge remote-tracking branch 'root_branch/master'
2017-10-13 09:14:28 +09:00
Kostas Bariotis
47082fbc43
move fs utils, refactor tests
2017-10-06 16:37:19 +03:00
Kostas Bariotis
b80bd52801
fix messages
2017-10-06 16:37:19 +03:00
Kostas Bariotis
f48092fba4
add custom template url to create method
2017-10-06 16:37:19 +03:00
jeffnoehren
460abc74d0
Spotinst Functions - add public and private support and Ruby template
2017-10-04 17:14:39 -07:00
Randall Tombaugh
79fd89c37c
add webtasks template to list of valid templates
2017-09-19 08:12:50 -07:00
Rafal Wilinski
3a27890bb3
Rename template to aws-kotlin-nodejs-gradle
2017-09-15 10:53:12 +02:00
Rafal Wilinski
3d1dbd97bd
Add template tests
2017-09-13 10:32:26 +02:00
Rafal Wilinski
33fa6da9e0
Add aws-kotlin-jvm-maven template
2017-09-06 18:20:04 +02:00
Philipp Muens
56cbf7ddaf
Fix gitignore file renaming race condition
2017-09-06 10:22:50 +02:00
Philipp Muens
57e7cea2a9
Merge pull request #4127 from guyklainer/master
...
Add support in Spotinst Functions
2017-08-28 13:26:11 +02:00
Philipp Muens
2c4ff05834
Merge branch 'master' into spotinst-functions
2017-08-28 13:09:51 +02:00
James Thomas
a287c99559
Adding PHP runtime support for OpenWhisk provider.
...
Updated documentation to demonstrate PHP support in OpenWhisk.
Added new PHP template to create plugin.
2017-08-25 16:29:28 +01:00
Philipp Muens
89661c02c9
Merge master into PR
2017-08-21 15:01:26 +02:00
Philipp Muens
49c89ecb3e
Merge remote-tracking branch 'origin/master' into aws-nodejs-typescript
2017-08-21 14:55:48 +02:00
Philipp Muens
cb1882d273
Merge pull request #4056 from franciscocpg/aws-nodejs-ecma-script
...
Adding aws-nodejs-ecma-script template
2017-08-21 14:52:48 +02:00
guyklainer
d4ed0f70ab
Add support in Spotinst Function.
...
added 2 new templates - spotinst-nodejs, spotinst-python
2017-08-20 09:49:18 +03:00
Francisco Guimarães
0eb1cbccfb
Adding aws-nodejs-typescript template
2017-08-08 08:11:52 -03:00
Francisco Guimarães
b2fbfb720d
Adding aws-nodejs-ecma-script template
2017-08-08 07:09:21 -03:00
Sebastien Goasguen
dc46b89664
Add Python and Node.js templates for Kubeless provider
2017-07-23 09:31:39 +02:00
Stuart Lang
aab58ad7e8
Add aws-fsharp template
2017-06-24 16:21:28 +01:00
davidwells
93ed02b009
update template creation
2017-05-24 00:21:30 -07:00
Philipp Muens
50be33dc14
Add Google Node.js service template and update docs
2017-05-17 11:05:32 +02:00
Philipp Muens
e36f9b5c90
Merge pull request #3445 from serverless/hello-world-template
...
add hello-world template
2017-05-03 10:38:55 +02:00
Philipp Muens
9b0b0f3777
Whitelist template name
2017-05-03 10:25:31 +02:00
Philipp Muens
977c4bf4ac
Update missing python3 references
2017-04-19 10:06:08 +02:00
James Thomas
cf2e9f1708
Adding new OpenWhisk runtime templates.
2017-04-11 14:39:50 +01:00