Transfer tables and table data in local DynamoDB instance to AWS hosted instance?

前端 未结 1 444
伪装坚强ぢ
伪装坚强ぢ 2021-01-16 12:32

Is there a function, utility, or otherwise for transferring all the tables and their data from an instance of DynamoDB running on my local computer, to a production level, A

相关标签:
1条回答
  • 2021-01-16 13:24

    I believe this could be your solution -> https://github.com/bchew/dynamodump

    As per docs;

    Simple backup and restore script for Amazon DynamoDB using boto to work similarly to mysqldump.

    Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS Data Pipeline for backup/restores/empty.

    dynamodump supports local DynamoDB instances as well (tested with DynamoDB Local).

    0 讨论(0)
提交回复
热议问题