Skip to content

Instantly share code, notes, and snippets.

@asishrs
Created February 1, 2020 06:20
Show Gist options
  • Save asishrs/7ecef96478e9c4868edcebcc00b09311 to your computer and use it in GitHub Desktop.
Save asishrs/7ecef96478e9c4868edcebcc00b09311 to your computer and use it in GitHub Desktop.
Parameters:
lambdaFunctionName:
Type: "String"
AllowedPattern: "^[a-zA-Z0-9]+[a-zA-Z0-9-]+[a-zA-Z0-9]+$"
Description: Lambda function name. (Recommend to keep default)
Default: "lambda-api"
apiStageName:
Type: "String"
Description: API Staging Name. (Recommend to keep default)
Default: "v1"
apiResourcePath:
Type: "String"
Description: Resource Path for API.
Default: "hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment