How do I move a local DynamoDB database to the AWS cloud?

旧城冷巷雨未停 提交于 2019-12-01 05:51:00

问题


I have a static set of data I want to get into AWS DynamoDB. I have downloaded the local version of DynamoDB and tested the code that generates the data on it, and now I have the database with all the data locally.

My question is: Is there an efficient way to move the local database into the cloud? I know that I can transfer a CSV file to S3 and use a data pipe from there. Is there a better way without exporting the data and re-importing it?

The data is not that much, about 5 GB (so not Amazon Snowball type thing).

Thanks!

来源:https://stackoverflow.com/questions/37810936/how-do-i-move-a-local-dynamodb-database-to-the-aws-cloud

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!