amazon-api-gateway-url-shortener icon indicating copy to clipboard operation
amazon-api-gateway-url-shortener copied to clipboard

Perhaps add CLI command to delete the stack?

Open csterritt opened this issue 5 years ago • 2 comments

Thanks for doing this, it's fantastic!

From working on another project, I learned that you can do:

aws cloudformation delete-stack --stack-name yourstacknamehere

This starts a stack deletion, and returns nearly instantly. I don't know how to tell if it's done or not, other than trying to get information about the stack, which will eventually fail. I'll dig around and see if I can find out.

csterritt avatar Apr 14 '20 14:04 csterritt

Update: This page shows the stack-delete-complete CLI command, which should do The Right Thing(TM).

csterritt avatar Apr 14 '20 15:04 csterritt

Hey there, obviously I missed this, sorry. Feel free to push a PR if you would like as well.

singledigit avatar Jul 23 '20 14:07 singledigit