awsretry 1.0.2
0
Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the
Contents
Decorate your AWS Boto3 Calls with AWSRetry.backoff(). This will allows your calls to get around the AWS Eventual Consistency Errors.
Stars: 45, Watchers: 45, Forks: 21, Open Issues: 8The linuxdynasty/awsretry
repo was created 7 years ago and the last code push was 2 years ago. The project is moderately popular with 45 github stars!
How to Install awsretry
You can install awsretry using pip
pip install awsretry
or add it to a project with poetry
poetry add awsretry
Package Details
- Author
- Allen Sanabria
- License
- MIT
- Homepage
- https://github.com/linuxdynasty/awsretry
- PyPi:
- https://pypi.org/project/awsretry/
- GitHub Repo:
- https://github.com/linuxdynasty/awsretry
Classifiers
- Software Development/Build Tools
Related Packages
Errors
A list of common awsretry errors.
Code Examples
Here are some awsretry
code examples and snippets.