Comment on Cloudflare Pub/Sub: Programmable MQTT Message BrokersparentComments−VectorLock4yThen you have to go through the whole process of setting up, routing, and registering an HTTP endpoint, rather than you would as a normal pub/sub simply have the program connect to the publisher and start receiving messages/events.−manigandham4yPub/sub is an architectural model so there's no real "normal" implementation, but SQS is the answer for that.SNS is the router, SQS is the storage (for more advanced push/pull consuming).
Comments
Then you have to go through the whole process of setting up, routing, and registering an HTTP endpoint, rather than you would as a normal pub/sub simply have the program connect to the publisher and start receiving messages/events.
Pub/sub is an architectural model so there's no real "normal" implementation, but SQS is the answer for that.
SNS is the router, SQS is the storage (for more advanced push/pull consuming).