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
preguntada hace 5 años1631 visualizaciones
1 Respuesta
0
Respuesta aceptada

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
respondido hace 5 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas