Shamoon
Shamoon

Reputation: 43491

Can I hit an API endpoint directly from an SQS message with AWS Lambda?

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

Answers (1)

mahendra rathod
mahendra rathod

Reputation: 1638

Yes, you can hit lambda function through SQS. Below is the screenshot for your reference.

enter image description here

Upvotes: 1

Related Questions