Copying one table to another in DynamoDB

前端 未结 7 740
悲&欢浪女
悲&欢浪女 2020-12-15 03:38

What\'s the best way to identically copy one table over to a new one in DynamoDB?

(I\'m not worried about atomicity).

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-15 04:18

    As mentioned in a previous reply, the Data Pipeline template no longer exists.

    After trying a couple others propositions in this thread, I ended up writing a NodeJS script to move the data over. Maybe that could work for you? If you want to try, I documented my approach on my blog here.

提交回复
热议问题