Think of using aioaws instead of boto3
Opened this issue · 4 comments
ediskandarov commented
https://github.com/samuelcolvin/aioaws - is an asyncio friendly alternative to boto3
melvinkcx commented
aioaws
seems good. Unfortunately, it doesn't support SQS yet.
andrewthetechie commented
https://github.com/aio-libs/aiobotocore would be a good async aws option
danielloader commented
https://github.com/terrycain/aioboto3 would be higher level and more suited than dropping boto3 for a botocore alike library.
melvinkcx commented
Thank you @andrewthetechie @danielloader for recommending the packages.
I somehow missed the notification of @andrewthetechie's reply. Apologies.
While both packages are good candidates, aiobotocore seems to be a more popular alternative:
I don't think I'll get the time to work on this in the nearest future. It'd be great if anyone interested will pick it up.