amazon-api-gateway-url-shortener
amazon-api-gateway-url-shortener copied to clipboard
Perhaps add CLI command to delete the stack?
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.
Update: This page shows the stack-delete-complete CLI command, which should do The Right Thing(TM).
Hey there, obviously I missed this, sorry. Feel free to push a PR if you would like as well.