dazza-codes / aio-aws

Asyncio utils for AWS Services
Apache License 2.0
3 stars 1 forks source link

Try aio-botocore #39

Closed dazza-codes closed 3 years ago

dazza-codes commented 3 years ago

Seems to work OK, i.e. the unit tests are passing for the limited range of use-cases in this library.

Related to:

aio-botocore is exactly aiobotocore at 1.3.3 with relaxed dependencies

$ poetry show aio-botocore
name         : aio-botocore
version      : 1.3.3
description  : Async client for aws services using botocore and aiohttp

dependencies
 - aiohttp >=3.3.1,<4.0.0
 - aioitertools >=0.5.1,<0.6.0
 - botocore >=1.20.0,<2.0.0
 - wrapt >=1.10.10,<2.0.0