SAM error puts stack into indeterminate, undeletable state #5533
Labels
area/delete
stage/waiting-for-release
Fix has been merged to develop and is waiting for a release
type/bug
I'm using SAM version 1.88.0 on Windows 10.
If something goes wrong with a deployment (for example, the SAM bug in aws/serverless-application-model#3264), SAM leaves the stack in some
REVIEW_IN_PROGRESS
state that isn't deployed and but isn't deleted either. If I try to delete the stack usingsam delete
, it says:I'm forced go into the CloudFormation console and manually delete the stack. I should never be forced to go into the console to do something because SAM put something into an indeterminate state. At the very least I should be able to delete the thing and start over from the command line.
(I haven't tried deleting from CloudFormation, but in any case I should be able to delete a failed deployment stack from SAM.)
The text was updated successfully, but these errors were encountered: