Receive message from Simple Queue Service (SQS) AWS
My system has a backend routine that should be triggered every time an SQS is sent to a queue.
The only plugin I found just sends and I need to receive.
Any suggestions from friends
Receive message from Simple Queue Service (SQS) AWS
My system has a backend routine that should be triggered every time an SQS is sent to a queue.
The only plugin I found just sends and I need to receive.
Any suggestions from friends
Use a API Workflow in back-end (make it public) and have SQS send a post every time its sent to a Q.
thank you very much @code-escapee
With the knowledge I have today, I can’t see how to structure this function, but it’s already a direction and now I’m going to research how to set this up