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.

< 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 serverless-patterns/kinesis-lambda-py-cdk

Deploy

cdk deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: cdk destroy.

Created by:

Sushir V R

Sushir V R

Cloud Engineer @ AWS

Follow on LinkedIn