LeadingEDJE / stackmanager

Utility for managing Cloudformation stacks
MIT License
9 stars 1 forks source link

Handle invalid/expired credentials #38

Closed andrewdmay closed 4 years ago

andrewdmay commented 4 years ago

If used expired or invalid credentials the initial load of the stack will throw a ClientError, but this is assumed to be the stack not existing. The error handling needs to be improved so that any other errors are propagated and it only continues if the reason was that the stack did not exist.