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
已提问 5 年前1630 查看次数
1 回答
0
已接受的回答

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
已回答 5 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则