[AWS Cloud Fundamental Notes] SQS
Introduction to SQS and its usage and operational mechanism

Amazon Simple Queue Service
(SQS) serves as a task buffer, allowing tasks that do not require immediate processing to be placed in the queue for storage.
When the system has spare resources, it processes these tasks, which helps decouple applications.