SQS

  • Stands for Simple Queue Service.

  • Fully managed message queues for microservices, distributed systems, and serverless applications.

  • Multiple producers can send messages into the queue.

  • Mainly used to decouple applications or integrate applications.

  • Messages can be stored in SQS for short duration of time (max 14 days).

Last updated

Was this helpful?