--- id: aioboto3 version: "15.5.0" license: Apache-2.0 license_treatment: permissive maintenance: aging --- # aioboto3 — Async boto3 wrapper License: permissive · Maintenance: aging · Popularity: top 1,000 on PyPI ## Install pip install aioboto3 uv add aioboto3 poetry add aioboto3 ## Description ======================== Async AWS SDK for Python ======================== .. image:: https://img.shields.io/pypi/v/aioboto3.svg :target: https://pypi.python.org/pypi/aioboto3 .. image:: https://github.com/terrycain/aioboto3/actions/workflows/CI.yml/badge.svg :target: https://github.com/terrycain/aioboto3/actions .. image:: https://readthedocs.org/projects/aioboto3/badge/?version=latest :target: https://aioboto3.readthedocs.io :alt: Documentation Status .. image:: https://pyup.io/repos/github/terrycain/aioboto3/shield.svg :target: https://pyup.io/repos/github/terrycain/aioboto3/ :alt: Updates **Breaking changes for v11: The S3Transfer config passed into upload/download_file etc.. has been updated to that it matches what boto3 uses** **Breaking changes for v9: aioboto3.resource and aioboto3.client methods no longer exist, make a session then call session.client etc...** This was done for various reasons but mainly that it prevents the default session living longer than it should as that breaks situations where eventloops are replaced. **The .client and .resource functions must now be used as async context managers.** Now that... ## AI interpretation — verify before relying Provides async/await wrappers around boto3 and aiobotocore to enable non-blocking AWS API calls, supporting DynamoDB, S3, Kinesis, and other AWS services in async Python applications. Verdict: A mature, permissively licensed async wrapper for AWS services suitable for production async applications. No known vulnerabilities and low install friction. The aging maintenance status (287 days since last release) is offset by active repository commits and solid community adoption; appropriate for teams already committed to async Python and AWS integration. [View on SkillFed](https://skillfed.io/packages/aioboto3) · [View on PyPI](https://pypi.org/project/aioboto3/)