Skip to content

aweber/aiobotocore-refreshable-credentials

Repository files navigation

aiobotocore-refreshable-credentials

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

Version Build Status Coverage License

Usage

import aiobotocore_refreshable_credentials

session = aiobotocore_refreshable_credentials.get_session()
async with session.create_client('rekognition') as client:
    ...

Python Versions Supported

3.8+

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages