January 14, 2022
Lambda Event Filtering with a DynamoDB Stream
In this article, we cover a use case that allows us to pre-filter events by certain conditions before they invoke our AWS Lambda functions. We will be leveraging a DynamoDB stream with multiple AWS Lambda functions and Lambda Event Source Mappings.
Lean More