mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Add aws-nodejs-ecma-script to the list of supported templates
This commit is contained in:
parent
a42f3ad374
commit
51f3fba2db
@ -41,6 +41,7 @@ To see a list of available templates run `serverless create --help`
|
||||
Most commonly used templates:
|
||||
|
||||
- aws-nodejs
|
||||
- aws-nodejs-ecma-script
|
||||
- aws-python
|
||||
- aws-python3
|
||||
- aws-groovy-gradle
|
||||
|
||||
@ -51,6 +51,7 @@ serverless create --template aws-nodejs --path myService
|
||||
Here are the available runtimes for AWS Lambda:
|
||||
|
||||
* aws-nodejs
|
||||
* aws-nodejs-ecma-script
|
||||
* aws-python
|
||||
* aws-python3
|
||||
* aws-groovy-gradle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user