A driver for the Data Migration framework that provides the ability to load and create DynamoDB entries as part of database migration scripts. Currently at version 1.7.0, the package is maintained by theBenForce as part of the data-migration monorepo. It supports AWS DynamoDB configuration via region, table name, and optional credentials, with built-in handling for CloudFormation outputs. It differentiates from other DynamoDB migration tools by being tightly integrated with the data-migration framework, offering a stage-based migration system.
npm install dm-driver-dynamodbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures a DynamoDB driver stage for data-migration with explicit AWS credentials.
Use 'TableName' (capital T, capital N) in the params object.
Assign the result of require directly to the driver field in stage config; do not use 'new'.
Use require() instead of import.
Run 'npm install dm-driver-dynamodb'.
Add 'TableName' to the stage params with a valid table name.
Verify the table name and AWS credentials/region are correct.