Socket
Socket
Sign inDemoInstall

migrate-dynamodb

Package Overview
Dependencies
7
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    migrate-dynamodb

A cli for DynamoDB migration.


Version published
Maintainers
1
Created

Readme

Source

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"
        }
    ]
}

Keywords

FAQs

Last updated on 13 Jan 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc