-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Eugene Lazutkin edited this page Apr 16, 2026
·
31 revisions
Opinionated zero-runtime-dependency micro-library for AWS DynamoDB. Built on the AWS JS SDK v3 (@aws-sdk/client-dynamodb + @aws-sdk/lib-dynamodb). ESM-only, hand-written .d.ts sidecars, no build step.
v2 documentation lives at the
v2.3-docsgit tag of this wiki repo. v2 source remains available on npm asdynamodb-toolkit@2.3.0.
- Adapter — overview
- Adapter:-Constructor-options
- Adapter:-CRUD-methods
- Adapter:-Mass-methods
- Adapter:-Batch-builders
- Adapter:-Hooks
- Adapter:-Raw-marker
- Adapter:-Indirect-indices
- Adapter:-Transaction-auto-upgrade
-
Expressions:-Update-builder —
buildUpdate, patch + array ops -
Expressions:-Filter-builder —
buildFilter,buildFilterByExample -
Expressions:-Condition-builder —
buildCondition -
Expressions:-Projection-builder —
addProjection
-
Batch-and-transactions —
applyBatch,applyTransaction,getBatch,getTransaction -
Mass-operations —
paginateList,iterateList,read*,write*,delete*,copy*,move* -
Paths —
getPath,setPath,applyPatch,subsetObject,normalizeFields
- REST-core — parsers, builders, policy (framework-agnostic)
-
HTTP-handler —
node:http(req, res) handler with the standard route pack
Start here
- Getting started
- Concepts
- Key and field design
- Compatibility
- Migration: v2 to v3
- SDK v2 to v3 cheat sheet
Guides
- Hierarchical data walkthrough
- Key expression patterns
- Multi-type tables
- Pagination
- Mass operation semantics
- URL schema design
Adapter
- Adapter
- Constructor options
- CRUD methods
- Mass methods
- Batch builders
- Hooks
- Raw marker
- Indirect indices
- Transaction auto-upgrade
Expression builders
Batch / transactions / mass / paths
REST surface
Framework adapters
Recipes
- Recipes index
- List records of a tier
- Per-tier sparse GSI markers
- Tier within a partition
- Reservation with auto-release
- Keys-only GSI, runtime projection
- Cascade subtree operations
- Querying subtrees with buildKey
- Filter URL grammar
- Text search
- Provisioning workflow
- Resumable mass operations
History