Amazon DynamoDB Streams to AWS Lambda to Amazon DynamoDB
Amazon DynamoDB → AWS Lambda → Amazon DynamoDB
Copy data from source to target DynamoDB tables.
Amazon DynamoDB is being used by thousands of customers globally to build the mission-critical business applications due to various benefits such as scalability, reliability, low latency, high durability etc.
While leveraging a DynamoDB database, customers come across many scenarios where they want to copy data from one DynamoDB table to another at near real-time. This pattern addresses that use-case.
You'll learn how you can leverage .NET based CDK application along-with Lambda function and DynamoDB streams to move data between source and target DynamoDB tables.