diff --git a/docs/providers/aws/cli-reference/create.md b/docs/providers/aws/cli-reference/create.md index 6d2a2296c..ac328a6a7 100644 --- a/docs/providers/aws/cli-reference/create.md +++ b/docs/providers/aws/cli-reference/create.md @@ -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 diff --git a/docs/providers/aws/guide/services.md b/docs/providers/aws/guide/services.md index 05031edbf..481039954 100644 --- a/docs/providers/aws/guide/services.md +++ b/docs/providers/aws/guide/services.md @@ -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