adonig / aloisius

A Python library to create/update/delete AWS CloudFormation stacks in parallel
BSD 2-Clause "Simplified" License
15 stars 6 forks source link

Various fixes #7

Closed diasjorge closed 7 years ago

diasjorge commented 7 years ago

Fixes regression where you can't import Stack from aloisius Uses waiters to wait for operation completion this reduces the need for us to check the state and raises appropriate exceptions when operation fails.