-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Think of using aioaws instead of boto3 #10
Comments
|
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. 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. |
https://github.com/samuelcolvin/aioaws - is an asyncio friendly alternative to boto3
The text was updated successfully, but these errors were encountered: