Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring and unit-test coverage of the `ec2_ami`. - Break up the long `create_image()`, `deregister_image()`, `update_image()` - Use classes and static methods to group the functions - Use more Pythonic expression when possible - Handle internal failures with exception to simplify the error managment
- Loading branch information