Dev Tools · 1h ago
Dynatable brings type-safe single-table design to DynamoDB in TypeScript
Dynatable is a new TypeScript library that provides type-safe, functional abstractions for Amazon DynamoDB, with first-class support for single-table design and safe schema migrations. It eliminates manual key construction, marshaling, and unmarshaling, and returns typed results instead of raw AttributeValue maps. The library is built on AWS SDK v3 and is available on GitHub.
Meridian48 take
While Dynatable addresses real pain points for TypeScript developers using DynamoDB, its value depends on adoption and maintenance; many similar libraries have come and gone.
Read the full reporting
Single-table DynamoDB in TypeScript, made simple — meet Dynatable →
DEV Community
dynamodbtypescript-library