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年前1631ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ