CodeCatalyst: Automatically delete CloudFormation Stack and workflow when a branch is deleted
0
Hello, when we create a feature branch in our repository, a new workflow starts running and a "development" stack is created in CloudFormation. When we delete the branch, the workflow becomes inactive, but the stack in CloudFormation remains.
How can we automatically delete the stack when we delete the branch (and delete the workflow instead of making it inactive)?