Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glynnbird/dynamodbcopy

DynamoDB copy tool
https://github.com/glynnbird/dynamodbcopy

Last synced: 5 days ago
JSON representation

DynamoDB copy tool

Awesome Lists containing this project

README

        

# dynamodbcopy

Copies a dynamodb data from one table to another in the same region.

## Installation

```sh
$ npm install -g dynamodbcopy
```

## Usage

```sh
$ dynamodbcopy -s sourcetable -d destinationtable -r eu-west-1
Export complete { iterations: 1, records: 0, time: 0.839 }
```