melvinkcx/fastapi-events

Think of using aioaws instead of boto3

Opened this issue · 4 comments

https://github.com/samuelcolvin/aioaws - is an asyncio friendly alternative to boto3

aioaws seems good. Unfortunately, it doesn't support SQS yet.

https://github.com/aio-libs/aiobotocore would be a good async aws option

https://github.com/terrycain/aioboto3 would be higher level and more suited than dropping boto3 for a botocore alike library.

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:
Screenshot 2022-04-26 at 8 36 23
Screenshot 2022-04-26 at 8 36 28

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.