Hacker News new | ask | show | jobs
by iain_hecker 4376 days ago
That's where SNS comes in. We publish to SNS which will fan out to multiple SQS queues. When a new service is built, it says to SNS "subscribe my queue to these topics". The publisher of the event doesn't know about the subscribers.
1 comments

Ah, nice, I didn't know the integration of SNS and SQS worked that way. Cool!