SQS
SQS, or Amazon Simple Queue Service, is a fully managed message queuing service provided by Amazon Web Services. It enables decoupling and scaling of distributed applications by allowing components to communicate asynchronously through queues. SQS offers two queue types: Standard queues and FIFO (first-in-first-out) queues.
Standard queues provide high throughput, at-least-once delivery, and best-effort ordering. They are suitable for workloads where
Key features include messages up to 256 KB in size, configurable message retention from 1 minute to
Producers push messages to a queue; consumers poll, receive, process, and delete messages. If not deleted within