A serverless example to connect Amazon Kinesis Data Streams to AWS Lambda.
This pattern creates an Amazon Kinesis Data Stream that integrates with AWS Lambda using AWS CDK in TypeScript.
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.