AWS SQS Explained: Building Resilient Systems with Amazon Simple Queue Service

Опубликовано: 22 Октябрь 2024
на канале: cloud with mohsin
81
5

In this tutorial, we’ll explore Amazon SQS—a distributed queue system that lets you exchange messages between software components. Learn about its benefits, architecture, and common use-cases.
The differences between 2 types of SQS queue - Standard Queue and FIFO Queue,important features such as short-polling and long-polling as well as concepts such as 'visibility timeout','Dead Letter Queue (DLQ)' , 'Delay Queue' etc. are covered in this session.