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
posta 5 anni fa1631 visualizzazioni
1 Risposta
0
Risposta accettata

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
con risposta 5 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande