Sample Lambda ESM Filter rules for RabbitMQ triggers
Use this code to test out different trigger filters for your Lambda functions. You can use event filtering to control which events Lambda sends to your function for processing.
Use this template to explore and test how to configure event filtering for AmazonMQ RabbitMQ messages triggering a lambda function.
The SAM template deploys multiple Lambda consumer functions, an MQ broker and the permissions required to run the application.
The template also deploys an additional helper Lambda function used for creating the RabbitMQ Queues and pushing messages to it for testing purposes.