Amazon Kinesis Data Streams to AWS Lambda using CDK
Amazon Kinesis Data Streams → AWS Lambda
Create a serverless app using Amazon Kinesis Data Streams and AWS Lambda.
This pattern creates an Amazon Kinesis Data Stream that integrates with AWS Lambda using the AWS CDK.
In this example, the Kinesis data stream is used as an event source for the Lambda function which processes the data from the stream and catches any failures.