Trigger Lambda from AWS MQ event

Is it possible to trigger a Lambda function from an Amazon MQ event? i.e. doing what is explained here: https://aws.amazon.com/blogs/compute/invoking-aws-lambda-from-amazon-mq/

1 Like

Me and my team are also interested in this feature. If there is somebody who can point us to where we need to expand the functionality to support this (to save us some time from digging around the code and docs), we would happily contribute, unless this is already in progress in which case it would be nice to know if this is the case.

Hey @adrian-fundmore, please report an issue here with the proposal to add that support: Issues · serverless/serverless · GitHub

As for suggestions on how to implement it, it should be quite similar to https://github.com/serverless/serverless/pull/8164