Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glynnbird/dynamodbcopy
DynamoDB copy tool
https://github.com/glynnbird/dynamodbcopy
Last synced: 5 days ago
JSON representation
DynamoDB copy tool
- Host: GitHub
- URL: https://github.com/glynnbird/dynamodbcopy
- Owner: glynnbird
- Created: 2018-11-17T09:23:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T09:58:11.000Z (about 6 years ago)
- Last Synced: 2024-04-26T01:48:29.679Z (7 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }
```