AWS Compute Blog
Category: Amazon Simple Queue Service (SQS)
Solving Complex Ordering Challenges with Amazon SQS FIFO Queues
Contributed by Shea Lutton, AWS Cloud Infrastructure Architect Amazon Simple Queue Service (Amazon SQS) is a fully managed queuing service that helps decouple applications, distributed systems, and microservices to increase fault tolerance. SQS queues come in two distinct types: Standard SQS queues are able to scale to enormous throughput with at-least-once delivery. FIFO queues are […]
Message Filtering Operators for Numeric Matching, Prefix Matching, and Anything-But Matching in Amazon SNS
This blog was contributed by Otavio Ferreira, Software Development Manager for Amazon SNS Message filtering simplifies the overall pub/sub messaging architecture by offloading message filtering logic from subscribers, as well as message routing logic from publishers. The initial launch of message filtering provided a basic operator that was based on exact string comparison. For more […]
Simplify Your Pub/Sub Messaging with Amazon SNS Message Filtering
Contributed by: Stephen Liedig, Senior Solutions Architect, ANZ Public Sector, and Otavio Ferreira, Manager, Amazon Simple Notification Service Want to make your cloud-native applications scalable, fault-tolerant, and highly available? Recently, we wrote a couple of posts about using AWS messaging services Amazon SQS and Amazon SNS to address messaging patterns for loosely coupled communication between highly cohesive components. For […]
Event-Driven Computing with Amazon SNS and AWS Compute, Storage, Database, and Networking Services
Contributed by Otavio Ferreira, Manager, Software Development, AWS Messaging Like other developers around the world, you may be tackling increasingly complex business problems. A key success factor, in that case, is the ability to break down a large project scope into smaller, more manageable components. A service-oriented architecture guides you toward designing systems as a collection of […]
Cross-Account Integration with Amazon SNS
Contributed by Zak Islam, Senior Manager, Software Development, AWS Messaging Amazon Simple Notification Service (Amazon SNS) is a fully managed AWS service that makes it easy to decouple your application components and fan-out messages. SNS provides topics (similar to topics in message brokers such as RabbitMQ or ActiveMQ) that you can use to create 1:1, 1:N, or […]