Helpers to make using boto3 more enjoyable


Keywords
aws, boto3, cloudformation, python, servicecatalog
License
MIT
Install
pip install better-boto==0.43.0

Documentation

Better Boto

Description

Better Boto aims to reduce the burden of using AWS Boto3. AWS Boto3 is a low level SDK for interacting with AWS Services and sometimes it feels too low level or too crud like.

Better Boto is a collection of helper functions to make using AWS Boto easier. For example, it added a create_or_update method to the AWS CloudFormation client. It also provides some helpers for dealing with pagination operations and some help using AWS Organizations. Check out the docs for the full set of examples.

Badges

Codacy Badge

Build Status

Docs Status