DynamoDB replication cross region

0

A customer trying to a replicate existing DynamoDB tables cross region. They are trying the following approach. Stream + Lambda

  1. Enable stream on the source table
  2. Create target table
  3. Use Lambda function to capture data from the source stream and write it to the target table
  4. See https://github.com/awslabs/dynamodb-cross-region-library

But the jar seems to be deprecated hence they are looking for alternatives. Is a there a way to replicate existing DynamoDB tables cross region with no downtime ?

The other way is to convert to Global tables but that involves a downtime.

AWS
Kunal_G
asked 5 years ago1600 views
1 Answer
0
Accepted Answer

Customers can convert their Single-Region Amazon DynamoDB Tables to Global Tables with a few clicks in the AWS Management Console, or using the AWS Command Line Interface (CLI), or the Amazon DynamoDB API.

AWS
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions