Add aws-nodejs-ecma-script to the list of supported templates

This commit is contained in:
Francisco Guimarães 2017-08-15 18:46:46 -03:00
parent a42f3ad374
commit 51f3fba2db
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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