fastapi-events icon indicating copy to clipboard operation
fastapi-events copied to clipboard

Think of using aioaws instead of boto3

Open ediskandarov opened this issue 2 years ago • 4 comments

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

ediskandarov avatar Oct 19 '21 14:10 ediskandarov

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

melvinkcx avatar Oct 26 '21 06:10 melvinkcx

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

andrewthetechie avatar Mar 07 '22 02:03 andrewthetechie

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

danielloader avatar Apr 24 '22 17:04 danielloader

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.

melvinkcx avatar Apr 25 '22 23:04 melvinkcx