Back to News
ProductMar 2, 2026

Introducing @zeroinbox/dynamo: A TypeScript DynamoDB ORM

Today we launched @zeroinbox/dynamo, our TypeScript DynamoDB ORM built for strongly typed models, cleaner queries, and faster shipping.

Today, on March 2, 2026, we launched @zeroinbox/dynamo, our new TypeScript DynamoDB ORM.

It is designed for teams that want DynamoDB flexibility without DynamoDB boilerplate.

Why we built it

DynamoDB is powerful, but many projects end up repeating the same glue code:

  • Table key definitions and model mappings
  • Query expression assembly
  • Type-safe read/write wrappers

@zeroinbox/dynamo gives you a cleaner ORM layer so you can model entities once and move faster with confidence.

Install

npm i @zeroinbox/dynamo

What comes next

We will keep shipping examples, migration guides, and production patterns for single-table and multi-entity DynamoDB designs.

Read all updates on Zero Inbox News.