DynaORM

JSON →
library 1.0.18 ·javascript
verified Jun 5, 2026

A lightweight, type-safe ORM for Amazon DynamoDB built with TypeScript. Version 1.0.18 uses Zod (v4+) for schema validation and data integrity, provides a fluent query builder, and supports bulk operations (batchWrite, batchGet, transactWrite, transactGet) with built-in request throttling. Unlike other DynamoDB ORMs, it enforces a schema-first approach with full TypeScript generics for autocompletion and compile-time error prevention. Released as of 2024, actively maintained on GitHub. Requires @aws-sdk/client-dynamodb >=3.955.0, @aws-sdk/util-dynamodb >=3.955.0, p-throttle >=8.1.0, and zod >=4.2.1 as peer dependencies.