(aws-lambda-event-sources): FilterCriteria for SQS eventsources #20338
Labels
@aws-cdk/aws-lambda-event-sources
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Describe the feature
Filtering event sources for AWS Lambda functions.This helps reduce requests made to your Lambda functions, may simplify code, and can reduce overall cost.
Use Case
Consider a logistics company with a fleet of vehicles in the field. Each vehicle is enabled with sensors and 4G/5G connectivity to emit telemetry data into Kinesis Data Streams:
If tire pressure is low, the company notifies the maintenance team to check the tires when the vehicle returns. The process checks if the warehouse has enough spare replacements. Optionally, it notifies the purchasing team to buy additional tires.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
v2
Environment details (OS name and version, etc.)
mac
The text was updated successfully, but these errors were encountered: