Skip to main content

SQS Queue

Amazon SQS (Simple Queue Service) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. SQS offers two types of message queues: Standard Queues (which provide maximum throughput, at-least-once delivery, and best-effort ordering) and FIFO Queues (which are designed to guarantee message order and exactly-once processing). For further information, you can refer to the official Amazon SQS documentation.

Terraform Mappings:

  • aws_sqs_queue.id

Supported Methods​

  • GET: Get an SQS queue attributes by its URL
  • LIST: List all SQS queue URLs
  • SEARCH: Search SQS queue by ARN