mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
Add aws-nodejs-typescript to the list of supported templates
This commit is contained in:
parent
c329e43320
commit
3d9ee40a80
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user