Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 555 Bytes

10-sqs.md

File metadata and controls

8 lines (4 loc) · 555 Bytes

Amazon Simple Queue Service

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html

Amazon Simple Queue Service (Amazon SQS) offers a secure, durable, and available hosted queue that lets you integrate and decouple distributed software systems and components. Amazon SQS offers common constructs such as dead-letter queues and cost allocation tags. It provides a generic web services API and it can be accessed by any programming language that the AWS SDK supports.

Amazon SQS supports both standard and FIFO queues.