Add aws-nodejs-typescript to the list of supported templates

This commit is contained in:
Francisco Guimarães 2017-08-15 18:49:02 -03:00
parent c329e43320
commit 3d9ee40a80
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-typescript
- 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-typescript
* aws-python
* aws-python3
* aws-groovy-gradle