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
- Host: GitHub
- URL: https://github.com/eamonnfaherty/better-boto
- Owner: eamonnfaherty
- License: mit
- Created: 2019-04-01T11:43:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-14T18:43:18.000Z (10 months ago)
- Last Synced: 2026-01-03T08:06:57.794Z (6 months ago)
- Topics: aws, boto3, cloudformation, python, servicecatalog
- Language: Python
- Homepage: https://better-boto.readthedocs.io/en/latest/
- Size: 318 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://www.codacy.com/app/eamonnfaherty/better-boto?utm_source=github.com&utm_medium=referral&utm_content=eamonnfaherty/better-boto&utm_campaign=Badge_Grade)
[](https://travis-ci.org/eamonnfaherty/better-boto)
[](https://better-boto.readthedocs.io/en/latest/)