CLI might skip deployments incorrectly #6582
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p1
package/tools
Related to AWS CDK Tools or CLI
Found at least one situation (during bootstrapping) where the stack creation failed, stack ended up in
ROLLBACK_COMPLETE
(which is an unrecoverable situation) but since CloudFormation still responded with the template that we attempted to deploy the CLI thinks the deployment succeeded (Reported here: #6581)Fix for this particular instance: check stack state before checking the template.
But more generally, I think we should not do this optimization.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: