migrate-dynamodb
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Migrate DynamoDB

A cli for DynamoDB migration.

Usage

migrate-dynamodb -c [PATH_TO_YOUR_CONFIG]

Notes

Each batch/page will migrate 25 items as it is the batchPut limit for AWS.

Sample config

{
    "accessKeyId":"[AWS_ACCESS_KEY_ID]",
    "secretAccessKey": "[AWS_SECRET_ACCESS_KEY]",
    "region": "eu-west-1",
    "tables": [
        {
            "from": "from_table_name",
            "to": "to_table_name"
        }
    ]
}

Package Sidebar

Install

npm i migrate-dynamodb

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

62.4 kB

Total Files

46

Last publish

Collaborators

  • rockycabaero