Home / Companies / Fidel API / Blog / January 2022

January 2022 Summaries

1 posts from Fidel API

Filter
Month: Year:
Post Summaries Back to Blog
AWS Simple Queue Service (SQS) is a vital tool for modern serverless and event-driven architectures, providing scalable queueing between distributed components, which is essential for micro-services. This article outlines the setup of a dead-letter queue (DLQ) system using AWS CloudFormation to manage message consumption failures, redirecting unprocessed messages to a DLQ to prevent repeated failures and high costs. It emphasizes configuring alarms with Amazon CloudWatch to monitor DLQs and ensure timely notifications via SNS topics when issues arise, although these alerts do not specify which messages failed. The article also highlights the importance of investigating DLQ messages swiftly to identify and address consumption issues, potentially using AWS Lambda for automated recovery. At Fidel API, SQS is integral to achieving scalability and efficient resource allocation, supporting a variety of contexts, including transaction filtering and file processing, with the company utilizing hundreds of queues across both Standard and FIFO types.
Jan 18, 2022 1,289 words in the original blog post.