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 URLLIST
: List all SQS queue URLsSEARCH
: Search SQS queue by ARN