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?
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 ..
( , .)
, AWS - https://aws.amazon.com/blogs/compute/invoking-aws-lambda-from-amazon-mq/
, , MQ
Source: https://habr.com/ru/post/1690350/More articles:Will a non-atomic load on the same cache line as an atomic variable cause the atomic variable to crash? - c ++Pause between gigamate loops - rScan unused resources in Android Studio 3.0 - android-resourcesMongoose - ObjectID as a key? - node.jsЕсть ли способ получить хороший вывод для регистра флагов с помощью lldb? - assemblyhow to create dynamic document keys in mongodb - jsonMake String type compatible with ARM? - armFailed to install Django: the command "python setup.py egg_info" failed with error code 1 in / tmp / pip-build-rcF9a5 / Django / - pythonIs it correct to filter the observed array of objects, regardless of whether the specific property for each index is true? - javascriptОбновить массив Mongo: удалить динамический ключ - mongodbAll Articles