AWS Compute Blog
Tag: FIFO queues
New for AWS Lambda – SQS FIFO as an event source
AWS Lambda first announced support for HAQM SQS standard queues as an event source in April 2018. This allows builders to develop serverless applications using queues to directly invoke Lambda functions. Today, we have expanded this feature to include SQS FIFO queues. This makes it easier to create serverless applications using queues where the order […]
Solving Complex Ordering Challenges with HAQM SQS FIFO Queues
Contributed by Shea Lutton, AWS Cloud Infrastructure Architect HAQM Simple Queue Service (HAQM 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 […]