Simple Queue Service (SQS)

Learn about the Amazon SQS, the types of queues, and its features like poling, visibility timeout, and dead-letter queues.

Amazon Simple Queue Service (SQS) is a message queuing service that can help us decouple our application components. It uses queues to store the messages sent by producers and sends them to consumers using a polling model where consumers check the queues for messages sent by the producer whenever they are ready to process them.

Get hands-on with 1400+ tech skills courses.