An open API service indexing awesome lists of open source software.

https://github.com/eamonnfaherty/better-boto

Some useful helpers to make working with AWS Boto3 easier
https://github.com/eamonnfaherty/better-boto

aws boto3 cloudformation python servicecatalog

Last synced: 5 months ago
JSON representation

Some useful helpers to make working with AWS Boto3 easier

Awesome Lists containing this project

README

          

# 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](https://better-boto.readthedocs.io/en/latest/) for the full set of examples.

## Badges

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/186212a8957b42a594ec8aa5f8d8a70c)](https://www.codacy.com/app/eamonnfaherty/better-boto?utm_source=github.com&utm_medium=referral&utm_content=eamonnfaherty/better-boto&utm_campaign=Badge_Grade)

[![Build Status](https://travis-ci.org/eamonnfaherty/better-boto.svg?branch=master)](https://travis-ci.org/eamonnfaherty/better-boto)

[![Docs Status](https://readthedocs.org/projects/better-boto/badge/?version=latest)](https://better-boto.readthedocs.io/en/latest/)