Skip to content

Instantly share code, notes, and snippets.

@asishrs
Created February 1, 2020 06:20
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