1

The use case is to create a microservice-http-endpoint AWS lambda function which publishes message to Amazon ActiveMQ, I tried searching for the same but could not find an answer, is it possible to publish messages to AMQ from AWS lambda functions?

Google Search

NA

NA

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • Have a look to this doc, it can maybe help yourself: https://aws.amazon.com/fr/blogs/compute/invoking-aws-lambda-from-amazon-mq/ – JStw Jun 19 '19 at 06:49
  • This is the opposite case, this describes to pull messages from queue using lambda functions. – Varun Miglani Jun 19 '19 at 06:53
  • You will have to include the required active mq library in your package(depending on what language you use for lambda). Just make sure lambda is the part of same VPC as AMQ is and appropriate security groups. – Varun Miglani Apr 16 '20 at 06:08

0 Answers0