AWS gives us Amazon MQ, but how can I call Lambda?

Great news about Amazon's MAD service, but now the question is, how can I call the Lambda function (Node.js) for a message in a specific queue?

I thought if I could somehow get the SNS topic posted in the PUT message or some other trigger that Lambda could fire to consume the message from the queue ...

Any suggestions?

+4
source share
2 answers

There is no own way to do this. Amazon's managed ActiveMQ service is simply a managed ActiveMQ deployment running on EC2. It does not have integration with other services.

ActiveMQ SNS Lambda Lambda API ..

( , .)

+3

Source: https://habr.com/ru/post/1690350/


All Articles