DynamoDB-Migrate

JSON →
library 1.0.2 ·javascript maintenance
verified Jun 7, 2026

A lightweight migration framework for Amazon DynamoDB, version 1.0.2. It provides a simple way to manage schema and data migrations in DynamoDB, similar to ActiveRecord migrations in Rails. It scans a local 'dynamo-migrations' folder for numbered migration files and applies them sequentially. The package is minimal with no external runtime dependencies. It is designed for local development and requires a running DynamoDB instance. The release cadence is low; the latest version is stable but not actively maintained.