amazon-archives / dynamodb-import-export-tool

Exports DynamoDB items via parallel scan into a blocking queue, then consumes the queue and import DynamoDB items into a replica table using asynchronous writes.
Apache License 2.0
90 stars 38 forks source link

Question: can it be used to clone an AWS DynamoDB table to an empty DynamoDB Local instance? #19

Open lestephane opened 5 years ago

lestephane commented 5 years ago

I use CloudFormation to deploy my DynamoDB schema, but DynamoDB Local instances start out empty.

I'm hoping there is a way to populate the initial DynamoDB Local schema using a tool such as this one.

Is this use case (source AWS DynamoDB -> target DynamoDB Local) supported? I don't just mean the insertion of items, but also the creation of the table key schema, indexes etc.