Data migration module for transferring DynamoDB tables to MongoDB collections. Current stable version: 0.9.4. Provides simple job-based migration with support for DynamoDB filter expressions, data filtering, and mapping functions. Key differentiators: lightweight, explicit throughput control via `DYNAMODB_READ_THROUGHPUT`, and support for both filter expressions and post-scan filters. Primarily used for one-off migrations, not incremental sync. Note: project is in early development with limited maintenance activity.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package exports a single constructor function as default. Destructuring will not work.
No ESM support; use CommonJS with require().
Shows basic initialization and run of a migration job from DynamoDB table to MongoDB collection.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.