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

dynamodb-toolbox/dynamodb-toolbox

Lightweight and type-safe query builder for DynamoDB and TypeScript observed · 2026-08-28

github.com/dynamodb-toolbox/dynamodb-toolbox · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 86
  • Longevity 100
How is this computed?

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

  • gap_med: 2.0
  • age_days: 2474
  • days_rel: 15
  • days_push: 8
  • n_releases_24m: 91

Full methodology

Adoption not part of the score

2001 stars · 185 forks observed · 2026-08-28

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

DynamoDB-Toolbox is a lightweight, type-safe query builder and abstraction layer over the AWS DynamoDB Document Client for TypeScript. It provides rich schema definitions with validation, defaults, and portability to Zod/JSON Schema, with strong support for single-table designs.

Use cases

  • build type-safe DynamoDB queries in TypeScript
  • validate items pushed to and fetched from DynamoDB against schemas
  • implement single-table design patterns in DynamoDB
  • replace the awkward AWS Document Client with a friendlier API
  • share schemas between Zod, JSON Schema, and DynamoDB
  • keep serverless bundle sizes small with a tree-shakable DynamoDB library

When to choose

  • you use DynamoDB with TypeScript and want end-to-end type safety
  • you need schema validation and defaults for DynamoDB items
  • you're building serverless applications on AWS with DynamoDB
  • you query multiple entities from a single DynamoDB table

When to avoid

  • you use a relational or non-AWS database
  • you want a full ORM with migrations and joins rather than a query builder
  • your project doesn't use TypeScript and you don't need type safety

Facets

library · maturity active

database-driver orm serialization type-system databases developer-tools web-development backend serverless cloud dynamodb query-builder single-table-design schema-validation zod json-schema aws-sdk nosql nodejs typescript

3 sources

Member repositories

RepositoryRoleHealth v2
dynamodb-toolbox/dynamodb-toolboxmain95

For agents

markdown · JSON · MCP: product_card(name="dynamodb-toolbox/dynamodb-toolbox")

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