/botocore-refreshable-credentials

Implements a botocore.Session subclass for using botocore with expiring credentials (IAM STS)

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

botocore-refreshable-credentials

Implements an botocore.Session subclass for using botocore with expiring credentials (IAM STS).

Version Build Status Coverage License

Usage

import botocore_refreshable_credentials

session = botocore_refreshable_credentials.get_session()
client = session.create_client('rekognition')
    ...

Python Versions Supported

3.8+