Amazon Kinesis Data Streams to AWS Lambda

Amazon Kinesis Data Streams → AWS Lambda

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.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd patterns/kinesis-lambda-cdk-typescript

Deploy

cdk deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: cdk delete.

Created by:

Jayesh Shinde

Jayesh Shinde

Sr. Application Architect @ AWS

Follow on LinkedIn