Skip to content

Instantly share code, notes, and snippets.

@jsonw23
Created June 24, 2020 03:39
Show Gist options
  • Save jsonw23/3265e94dd8c2e77cf5802a444f70745b to your computer and use it in GitHub Desktop.
Save jsonw23/3265e94dd8c2e77cf5802a444f70745b to your computer and use it in GitHub Desktop.
Introduce a parameter for API Stage name
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