You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure the CloudFormation stack does not exist before running the action.
The stack is deployed despite no-execute-changeset being set to "1".
Expected Behavior
A stack should be created, but with REVIEW_IN_PROGRESS.
Relevant Code
The issue appears to be in the deployStack function where the existence of the stack is checked. If the stack does not exist, a new stack is created without considering the no-execute-changeset flag. permalink
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Use the following GitHub Action configuration to deploy a CloudFormation stack:
Ensure the CloudFormation stack does not exist before running the action.
The stack is deployed despite
no-execute-changeset
being set to"1"
.Expected Behavior
A stack should be created, but with
REVIEW_IN_PROGRESS
.Relevant Code
The issue appears to be in the
deployStack
function where the existence of the stack is checked. If the stack does not exist, a new stack is created without considering theno-execute-changeset
flag. permalinkThe text was updated successfully, but these errors were encountered: