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.