Ross ROSS = Recommend OSS · open-source software intelligence for agents

terricain/aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend observed · 2026-09-03

github.com/terricain/aioboto3 · Python · Apache-2.0 (permissive) observed · 2026-09-03

Health v2 · maintenance only

58/100

  • Activity 57
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3264
  • days_rel: n/a
  • days_push: 261
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1004 stars · 96 forks observed · 2026-09-03

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity active

database-driver http-client sdk cloud-computing developer-tools apis python windows aws boto3 asyncio aiobotocore s3 dynamodb linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
terricain/aioboto3main58

For agents

markdown · JSON · MCP: product_card(name="terricain/aioboto3")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem