# aio-libs/aiobotocore

asyncio support for botocore library using aiohttp

Repository: https://github.com/aio-libs/aiobotocore
Canonical: https://ross.abutalabs.com/products/aiobotocore
Homepage: https://aiobotocore.aio-libs.org
Language: Python
License: Apache-2.0
License Family: permissive
Topics: asyncio, aiohttp, botocore, aws, aws-sdk, cloud-management, cloud
Last push: 2026-08-22T02:29:38+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 4112, "days_push": 12, "days_rel": 12, "gap_med": 14, "n_releases_24m": 38}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1424, forks 208 (observed 2026-08-28T04:04:41.388729+00:00)

## What it is
aiobotocore is an asynchronous Python client for AWS services, built on botocore and aiohttp/asyncio. It provides a mostly full-featured async version of botocore's client API, including context-managed sessions and clients.

## Use cases
- upload files to s3 asynchronously in python
- async aws sdk for python
- call aws services with asyncio
- async s3 client for python
- manage aws resources without blocking the event loop
- download objects from s3 asynchronously

## When to choose
- you need non-blocking AWS API calls inside an asyncio application
- you want botocore-compatible API surface with async/await
- you're building async services that talk to S3, DynamoDB, or other AWS services

## When to avoid
- you use boto3's higher-level resources or blocking workflows
- you don't use asyncio and just need standard synchronous AWS access
- you need a service or feature not yet supported by the async port

## Facets
- artifact type: library
- maturity: active
- function: http-client, sdk, cloud
- domain: cloud-computing, apis, developer-tools
- platform: python, cross-platform
- tags: asyncio, aws, botocore, aiohttp, aws-sdk, s3

## Member repositories
- aio-libs/aiobotocore (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:41.388729+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:37:33.953764+00:00, confidence not recorded.
  - readme: https://github.com/aio-libs/aiobotocore (fetched 2026-08-28T04:04:41.388729+00:00, sha 2c292a400330)
  - registry_pypi: https://pypi.org/pypi/aiobotocore/json (fetched 2026-08-29T11:50:05.274847+00:00, sha 35922d086950)
- Data as of 2026-08-30T08:39:29.467469+00:00.
