simple_deploy icon indicating copy to clipboard operation
simple_deploy copied to clipboard

"list" command does not show stacks in the state of "DELETE_FAILED"

Open thbishop opened this issue 12 years ago • 1 comments

thbishop avatar Feb 19 '13 23:02 thbishop

This is because destory removes the entry from SimpleDB without verifying the delete succeeded. We will probably need to refactor the destroy command to issue a destroy to CF, wait for destroy to complete and only remove the entry from SimpleDB if succesful.

weavenet avatar Feb 20 '13 15:02 weavenet