-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control stage names and other details #28
Comments
You can use the StageName property in AWS::Serverless::API resource to customize |
Ok :) - but you typically have at least two stages, one for production and development, they have stage variables, how can this be added/configured, how can the variables be customized ? |
Please take a look at the section on AWS::Serverless::Api in the spec (2016-10-31.md). They document how to set stage variables there. What's yet to come is the ability to set these (and the stage name) through parameters for the CloudFormation template. |
I would love to see this configuration option when using implicit API definition. |
This will come as part of #248. Closing this in favor of that issue. |
Currently we get Prod and Stag - can these be customized ?
The text was updated successfully, but these errors were encountered: