Reputation: 43491
I'm relatively new to AWS Lambdas, but what I want to do is the following:
When a message lands on SQS, I want some lambda process to hit an endpoint. Can anyone guide me how to accomplish this?
I use node.js if that matters.
Upvotes: 0
Views: 831
Reputation: 1638
Yes, you can hit lambda function through SQS. Below is the screenshot for your reference.
Upvotes: 1