AWS
Amazon Simple Queue Service, or SQS, is a managed message queuing service. It stores messages in a queue until the receiving system is ready to process them, which helps decouple and scale the parts of an application. It removes the overhead of running message middleware, so developers can focus on the work that matters.