Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables decoupling between application components.
Producers send messages to the queue, and consumers retrieve and process them asynchronously. This allows each component to scale independently and improves fault tolerance.