The AWS Secrets Manager Python caching client enables in-process caching of secrets for Python applications. To use this client you must have Python 3.6 or newer. Use of Python versions 3.5 or older are not supported. An Amazon Web Services (AWS) account to access secrets stored in AWS Secrets Manager. To create an AWS account, go to Sign In or Create an AWS Account and then choose I am a new user. Follow the instructions to create an AWS account. To create a secret in AWS Secrets Manager, go to Creating Secrets and follow the instructions on that page. This library makes use of botocore, the low-level core functionality of the boto3 SDK. For more information on boto3 and botocore, please review the AWS SDK for Python and Botocore documentation.
Features
- The AWS Secrets Manager Python caching client enables in-process caching of secrets for Python applications
- Requires botocore
- Requires setuptools_scm
- For development and testing purposes, this library requires pytest
- You can run tests in all supported Python versions using tox
- Specify your own arguments to past to pytest