awsmate
is a companion for your AWS developments in Python.
It provides you with helper code that facilitates the use of various AWS services.
awsmate
pools AWS specific code that is rewriten and retested for each new project:
- it simplifies the use of some AWS services
- it simplifies the error handling related to the use of these services
awsmate
does not do what others have already done and sticks to simplifying the use of AWS:
- it does not replace existing major libraries such as s3fs, pynamodb, aws-lambda-powertools or boto3
- it does not implement functional use cases or algorithms
- Command line:
pip3 install awsmate
- PyPI page
The complete documentation is available at ReadTheDocs.
An example application is available to demonstrate the main features of this library. It is documented in this chapter.
Should you encounter any bug or problem of any kind, please feel free to open an issue according to our contribution guidelines.
This project is licensed under the EUROPEAN UNION PUBLIC LICENCE (EUPL) v. 1.2, which is compatible with the majority of open source licences.