awslabs / dynamodb-cross-region-library

A library to facilitate cross-region replication with Amazon DynamoDB Streams.
Apache License 2.0
275 stars 98 forks source link

Support two way replication between two tables #52

Open anirban-roy opened 7 years ago

anirban-roy commented 7 years ago

I have a business case where the data needs to be replicated between two DynamoDb tables keeping them synchronized both ways. The current cross region replication library does not support this feature but is much needed.

I have made the required changes and introduced this feature. This issue should be labeled as an enhancement.

~Thanks