sqs

SQS

IntegrationAWS
General

General information about the service.

Description

Amazon Simple Queue Service is a fully managed message queuing service for decoupling applications.

Service Namespace

AWS::SQS::Queue

ARN Pattern

arn:aws:sqs:{region}:{account}:{queue-name}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

sqs-

Length

1-80

Valid Characters

Letters, numbers, hyphens, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_sqs_queue" "main" {
2 name = "sqs-${var.environment}"
3}
Utilities

Utilities to support app deployment or configuration.