benkehoe / aws-assume-role-lib

Assumed role session chaining (with credential refreshing) for boto3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use with asyncio?

Azmisov opened this issue · comments

Is this compatible with one of the async libraries, like aiobotocore or aioboto3?

... and the answer is no.

I played around with it a bit and here is a simple solution for async; see boto/botocore#761 (comment). Not as full featured as this, but should do the job for the basic use case.