Amazon Kinesis Data Streams to AWS Lambda with event filtering

Amazon Kinesis Data Streams → AWS Lambda

Process filtered events from a Kinesis data stream with AWS Lambda

This pattern shows how to configure Amazon Kinesis as an event source for AWS Lambda and use event filtering to control which records are sent to your function for processing.
This pattern deploys a Kinesis data stream and Lambda functions that are subscribed to the stream with different event filter configurations.

< 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-data-stream-lambda-esm-cdk-python

Deploy

cdk deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: cdk destroy --all.

Created by:

Edward Schaefer

Edward Schaefer

Solutions Architect @ Amazon Web Services

Follow on LinkedIn