Building event-driven architectures with Amazon SNS FIFO
Amazon Web Services FeedBuilding event-driven architectures with Amazon SNS FIFO This post is courtesy of Christian Mueller, Principal Solutions Architect. Developers increasingly adopt event-driven architectures to decouple their distributed applications. Often, these events must be propagated in a strictly ordered manner to all subscribed applications. Using Amazon SNS FIFO topics and Amazon SQS FIFO queues,…