aws-cloudformation-github-deploy
aws-cloudformation-github-deploy copied to clipboard
Feature request: Allow for reviewing a change set before update/create
Allow change sets to be reviewed before deploying
- Optional output changeset instead of deploy
- Option take changeset as input instead of generate changeset
This will allow us to generate a changeset, run some tests against it, then deploy it.
What does this option do no-execute-changeset
?
We tried changing this to "1" but the deployment went through. We would like the action to create the change-set only and not deploy. Is it possible with this action?