You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a sample script that shows how to consume gateway messages - but instead we should have a pre-built consumer that you can easily install that will poll for SQS messages and then dispatch them as needed.
We have a sample script that shows how to consume gateway messages - but instead we should have a pre-built consumer that you can easily install that will poll for SQS messages and then dispatch them as needed.
See https://nodejs.org/api/events.html for how we might do an emitter pattern in Node.JS running within the consumer.
The text was updated successfully, but these errors were encountered: