When is Python's async SDK going to come out? #3531
-
I'm wondering when is boto3 going to provide an async SDK for Python. From what I've seen, all other major language SDK's support async, for example:
Python introduced the asyncio module in version 3.4, which was released in 2014. The need for an async python SDK is so strong, many python packages depends on aibotocore, which itself depends on a very specific version of botocore (usually behind the latest botocore version). This adds a lot of headaches for packages which want to depend on both aiobotocore and boto3. Here is an example of what I mean:
Output
This seems to have dragged for years already. Is there any roadmap for an async SDK? Would be nice to know more. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ianliu thanks for reaching out. I don't think this could be addressed until the next major version of boto3 but there is a tracking issue here in botocore: boto/botocore#458. I plan to bring this up for discussion with the team soon so that we can update that issue and provide more information. |
Beta Was this translation helpful? Give feedback.
Hi @ianliu thanks for reaching out. I don't think this could be addressed until the next major version of boto3 but there is a tracking issue here in botocore: boto/botocore#458. I plan to bring this up for discussion with the team soon so that we can update that issue and provide more information.