Created
February 1, 2020 06:20
-
-
Save asishrs/7ecef96478e9c4868edcebcc00b09311 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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