Skip to content

Demgien/dynamodb-data-migrator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Move Dynamodb data to another region or account using AWS cli and Bash

Installation

Install aws cli and jq before start

#setup aws cli
$aws configure

Running the app

#Export
# export data as json from dynamodb and convert it to batch-write-item format
$ ./exportData.sh


#Import
# Import data using batch-write-item to AWS
$ ./importData.sh

#please ensure your aws configure is using correct key

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%