# terricain/aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend

Repository: https://github.com/terricain/aioboto3
Canonical: https://ross.abutalabs.com/products/aioboto3
Language: Python
License: Apache-2.0
License Family: permissive
Topics: async, aws, boto3, python
Last push: 2025-12-15T06:20:49+00:00

## Health v2 (maintenance only)
Score: 58/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 57, release rhythm 35, longevity 100
- inputs: {"age_days": 3264, "days_push": 261, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1004, forks 96 (observed 2026-09-03T02:15:18.533752+00:00)

## What it is
aioboto3 is a Python library that wraps boto3's high-level resource APIs with the aiobotocore async backend, letting you use AWS services like S3 and DynamoDB with asyncio. It provides async context-manager based sessions, clients, and resources mirroring the boto3 API.

## Use cases
- use dynamodb table objects in async python microservices
- upload and download s3 files asynchronously
- make async aws api calls with boto3-style resources
- generate presigned urls without blocking the event loop
- run boto3 code inside asyncio applications

## When to choose
- you want boto3's high-level resource API but with asyncio support
- your python service is async and needs AWS S3, DynamoDB, or other AWS clients
- you're already using aiobotocore and want resource-level convenience

## When to avoid
- your codebase is synchronous and boto3 works fine
- you only need low-level client calls, which aiobotocore already provides
- you need an AWS service resource that hasn't been verified to work with the wrapper

## Facets
- artifact type: library
- maturity: active
- function: database-driver, http-client, sdk
- domain: cloud-computing, developer-tools, apis
- platform: python, windows
- tags: aws, boto3, asyncio, aiobotocore, s3, dynamodb, linux, macos

## Member repositories
- terricain/aioboto3 (main) score 58

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:18.533752+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-30T07:13:55.612182+00:00, confidence not recorded.
  - readme: https://github.com/terricain/aioboto3 (fetched 2026-09-03T02:15:18.533752+00:00, sha ba58d0360e85)
  - registry_pypi: https://pypi.org/pypi/aioboto3/json (fetched 2026-08-29T13:13:46.691480+00:00, sha 6ce6f242bf80)
- Data as of 2026-08-30T08:39:29.467469+00:00.
