AWS LambdaΒΆ

AWS Lambda logo

About

AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you. Events can include state changes and updates.

Learn

It is common practice to forward DynamoDB table change stream events to a Kinesis stream, and to consume that from an adapter to write into an analytical or long-term storage consolidation database like CrateDB.

DynamoDB Table Loader

Load DynamoDB tables into CrateDB (full-load).

DynamoDB Table Loader
DynamoDB CDC Relay

Relay table change stream CDC events from a DynamoDB table into CrateDB (cdc).

DynamoDB CDC Relay
DynamoDB CDC Relay using AWS Lambda

Use serverless replication based on AWS Lambda to relay CDC events into CrateDB (cdc).

DynamoDB CDC Relay with AWS Lambda