Skip to content

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

License

Notifications You must be signed in to change notification settings

aweber/botocore-refreshable-credentials

Repository files navigation

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+

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages