Transfer tables and table data in local DynamoDB instance to AWS hosted instance?
问题 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, AWS hosted DynamoDB instance? My local computer is an Ubuntu 18.04 LTS instance and I need to transfer all the content from my local DynamoDB instance I used during development and clone that data to an instance I've recently created on AWS. I found this Stack Overflow post on the same subject but it has no answers: How do