Created
June 24, 2020 03:39
-
-
Save jsonw23/3265e94dd8c2e77cf5802a444f70745b to your computer and use it in GitHub Desktop.
Introduce a parameter for API Stage name
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: | |
DeploymentStage: | |
Type: String | |
Default: staging | |
AllowedValues: | |
- staging | |
- production | |
Description: Staging or Production deployment. Default is staging. | |
# New parameter for the API Gateway stage name | |
ApiStageName: | |
Type: String | |
Default: Stage | |
Description: Stage name for API Gateway. Default is Stage. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment