Skip to main content

SQS Queue

Amazon Simple Queue Service (SQS) is a fully managed message-queuing service that enables you to decouple and scale microservices, distributed systems and serverless applications by reliably exchanging messages between software components. Each queue acts as a temporary repository for messages, guaranteeing at-least-once delivery and supporting features such as dead-letter queues, message delay and visibility timeouts. You can read the official AWS documentation for SQS here: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html

Terrafrom 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