We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
samconfig.toml
To my understanding, sam deploy does not presently accept a --sam-config type parameter to specify which config to use.
sam deploy
--sam-config
This seems beneficial in cases where one has dev/test/production specific config files for sam
sam
Add the possibility to do something like sam deploy --config samconfig-prod.toml
sam deploy --config samconfig-prod.toml
The text was updated successfully, but these errors were encountered:
I'd be happy to submit a PR if this seems reasonable and if I could get a short pointer on where to start. 👍
Sorry, something went wrong.
#1615 Is related to this one :)
No branches or pull requests
Describe your idea/feature/enhancement
To my understanding,
sam deploy
does not presently accept a--sam-config
type parameter to specify which config to use.This seems beneficial in cases where one has dev/test/production specific config files for
sam
Proposal
Add the possibility to do something like
sam deploy --config samconfig-prod.toml
The text was updated successfully, but these errors were encountered: