Amazon SQS website screenshot

Amazon SQS

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.

Amazon SQS publishes 4 APIs on the APIs.io network, including Messages API, Permissions API, Queues API, and 1 more. Tagged areas include Cloud, Distributed Systems, Messaging, Microservices, and Queue.

The Amazon SQS catalog on APIs.io includes 1 event-driven AsyncAPI specification, 1 JSON-LD context, and 3 Spectral governance rulesets.

Amazon SQS’s developer surface includes authentication, engineering blog, developer console, support, code examples, and 10 more developer resources.

57.4/100 strong ▬ flat Agent 30/100 agent ready saas Full breakdown ↓
scored 2026-09-10 · rubric v0.20.0
AccessFreemiumSelf serve⚡ Free to try
1 APIs 6 Features 5 Use Cases
CloudDistributed SystemsMessagingMicroservicesQueue

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-10 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/amazon-sqs: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 4

Individual APIs this provider publishes, each with its own machine-readable definition.

Amazon SQS Messages API

Operations for sending, receiving, and deleting messages in SQS queues

Amazon SQS Permissions API

Operations for managing queue access permissions

Amazon SQS Queues API

Operations for creating, managing, and deleting SQS queues

Amazon SQS Tags API

The Tags API from Amazon SQS — 1 operation(s) for tags.

Postman Collections 4

Ready-to-run Postman collections for exercising this provider's APIs.

Open Collections 6

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Amazon Sqs Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 6

Notable capabilities this provider offers.

Standard Queues

Maximum throughput, best-effort ordering, and at-least-once delivery for high-volume messaging workloads.

FIFO Queues

Exactly-once processing and strict ordering guarantees for applications requiring message sequence preservation.

Dead-Letter Queues

Automatic routing of failed messages to dead-letter queues for debugging and reprocessing.

Message Move Tasks

Bulk movement of messages between queues for reprocessing dead-letter queue contents.

Server-Side Encryption

Automatic encryption of messages at rest using AWS KMS keys for data protection.

Long Polling

Reduced API costs and latency by allowing consumers to wait for messages to arrive before responding.

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Amazon Simple Queue Service (SQS) Event Source Mapping

AsyncAPI specification for Amazon SQS event-driven messaging patterns. Amazon SQS provides reliable, highly-scalable hosted queues for storing messages as they travel between ap...

ASYNCAPI

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Amazon Sqs Context

0 classes · 0 properties

JSON-LD

Spectral Rules 3

Spectral governance rulesets for linting and validating these APIs.

Amazon SQS API Rules

10 rules · 1 errors 8 warnings 1 info

SPECTRAL

Amazon SQS API Rules

5 rules · 4 warnings 1 info

SPECTRAL

Amazon SQS API Rules

17 rules · 8 errors 9 warnings

SPECTRAL

JSON Schema 19

Standalone JSON Schema definitions for this provider's data models.

BatchResultErrorEntry

4 properties

JSON SCHEMA

CancelMessageMoveTaskResponse

1 properties

JSON SCHEMA

ChangeMessageVisibilityBatchResponse

1 properties

JSON SCHEMA

CreateQueueResponse

1 properties

JSON SCHEMA

DeleteMessageBatchResponse

1 properties

JSON SCHEMA

ErrorResponse

2 properties

JSON SCHEMA

GenericResponse

0 properties

JSON SCHEMA

GetQueueAttributesResponse

1 properties

JSON SCHEMA

GetQueueUrlResponse

1 properties

JSON SCHEMA

ListDeadLetterSourceQueuesResponse

1 properties

JSON SCHEMA

ListMessageMoveTasksResponse

1 properties

JSON SCHEMA

ListQueueTagsResponse

1 properties

JSON SCHEMA

ListQueuesResponse

1 properties

JSON SCHEMA

Message

6 properties

JSON SCHEMA

ReceiveMessageResponse

1 properties

JSON SCHEMA

ResponseMetadata

1 properties

JSON SCHEMA

SendMessageBatchResponse

1 properties

JSON SCHEMA

SendMessageResponse

1 properties

JSON SCHEMA

StartMessageMoveTaskResponse

1 properties

JSON SCHEMA

Scroll for all 19

JSON Structure 19

JSON Structure definitions describing this provider's data shapes.

Amazon Sqs Create Queue Response Structure

1 properties

JSON STRUCTURE

Amazon Sqs Error Response Structure

2 properties

JSON STRUCTURE

Amazon Sqs Generic Response Structure

0 properties

JSON STRUCTURE

Amazon Sqs List Queues Response Structure

1 properties

JSON STRUCTURE

Amazon Sqs Message Structure

6 properties

JSON STRUCTURE

Amazon Sqs Response Metadata Structure

1 properties

JSON STRUCTURE

Amazon Sqs Send Message Response Structure

1 properties

JSON STRUCTURE

Scroll for all 19

Examples 19

Example request and response payloads for these APIs.

Scroll for all 19

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Amazon Sqs Authentication

apiKey · 1 scheme

SECURITY

Amazon Sqs Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Amazon Sqs Vulnerability Disclosure

security.txt · contact published

SECURITY

Amazon Sqs Trust Center

PCI DSS, HIPAA, FedRAMP, GDPR, FIPS 140

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Amazon Sqs Agentic Access

23 operations · 16 acting

23 operations · 16 acting

AGENTIC

Use Cases 5

What developers build with this provider.

Microservices Decoupling

Decouple microservices by using SQS queues as asynchronous communication buffers between services.

Serverless Event Processing

Trigger AWS Lambda functions from SQS messages for event-driven serverless architectures.

Order Processing Pipelines

Use FIFO queues to ensure ordered processing of e-commerce orders and financial transactions.

Work Queue Distribution

Distribute compute-intensive tasks across multiple workers using standard queues for parallel processing.

Batch Job Orchestration

Queue batch processing jobs and manage their execution across distributed compute resources.

Integrations 5

Pre-built integrations with other platforms and tools.

AWS Lambda

Automatically invoke Lambda functions when messages arrive in SQS queues for serverless processing.

Amazon SNS

Fan out SNS notifications to multiple SQS queues for parallel processing of published messages.

Amazon EventBridge

Route events from EventBridge to SQS queues for reliable event-driven architectures.

AWS CloudFormation

Provision and manage SQS queues as infrastructure-as-code using CloudFormation templates.

Terraform

Create and manage SQS resources using HashiCorp Terraform infrastructure-as-code provider.

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: amazon-sqs
name: Amazon SQS
description: 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.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: medium
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://a0.awsstatic.com/libra-css/images/logos/aws_logo_smile_1200x630.png
url: https://raw.githubusercontent.com/api-evangelist/amazon-sqs/refs/heads/main/apis.yml
created: '2024-01-01'
modified: '2026-05-19'
specificationVersion: '0.23'
tags:
- AWS
- Cloud
- Distributed Systems
- Messaging
- Microservices
- Queue
apis:
- aid: amazon-sqs:amazon-sqs-messages-api
  name: Amazon SQS Messages API
  description: Operations for sending, receiving, and deleting messages in SQS queues
  humanURL: https://aws.amazon.com/sqs/
  baseURL: https://sqs.{region}.amazonaws.com/
  tags:
  - Message
  tags_raw:
  - Messages
  properties:
  - type: OpenAPI
    url: openapi/amazon-sqs-messages-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/sqs/
  - type: APIReference
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/
  - type: GettingStarted
    url: https://aws.amazon.com/sqs/getting-started/
  - type: Pricing
    url: https://aws.amazon.com/sqs/pricing/
  - type: FAQ
    url: https://aws.amazon.com/sqs/faqs/
  - type: BestPractices
    url: https://docs.aws.amazon.com/sqs/latest/dg/best-practices.html
  - type: SDKs
    url: https://aws.amazon.com/tools/
  - type: Tutorials
    url: https://docs.aws.amazon.com/sqs/latest/dg/sqs-tutorials.html
  - type: Features
    url: https://aws.amazon.com/sqs/features/
  - type: Security
    url: https://docs.aws.amazon.com/sqs/latest/dg/sqs-security.html
  - type: Compliance
    url: https://aws.amazon.com/compliance/services-in-scope/
  - type: CLI
    url: https://docs.aws.amazon.com/cli/latest/reference/sqs/
  - type: CodeExamples
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/service_code_examples.html
  - type: RateLimits
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html
  - type: Regions
    url: https://docs.aws.amazon.com/general/latest/gr/sqs-service.html
  - type: ReleaseNotes
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-release-notes.html
- aid: amazon-sqs:amazon-sqs-permissions-api
  name: Amazon SQS Permissions API
  description: Operations for managing queue access permissions
  humanURL: https://aws.amazon.com/sqs/
  baseURL: https://sqs.{region}.amazonaws.com/
  tags:
  - Permissions
  properties:
  - type: OpenAPI
    url: openapi/amazon-sqs-permissions-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/sqs/
  - type: APIReference
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/
  - type: GettingStarted
    url: https://aws.amazon.com/sqs/getting-started/
  - type: Pricing
    url: https://aws.amazon.com/sqs/pricing/
  - type: FAQ
    url: https://aws.amazon.com/sqs/faqs/
  - type: BestPractices
    url: https://docs.aws.amazon.com/sqs/latest/dg/best-practices.html
  - type: SDKs
    url: https://aws.amazon.com/tools/
  - type: Tutorials
    url: https://docs.aws.amazon.com/sqs/latest/dg/sqs-tutorials.html
  - type: Features
    url: https://aws.amazon.com/sqs/features/
  - type: Security
    url: https://docs.aws.amazon.com/sqs/latest/dg/sqs-security.html
  - type: Compliance
    url: https://aws.amazon.com/compliance/services-in-scope/
  - type: CLI
    url: https://docs.aws.amazon.com/cli/latest/reference/sqs/
  - type: CodeExamples
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/service_code_examples.html
  - type: RateLimits
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html
  - type: Regions
    url: https://docs.aws.amazon.com/general/latest/gr/sqs-service.html
  - type: ReleaseNotes
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-release-notes.html
- aid: amazon-sqs:amazon-sqs-queues-api
  name: Amazon SQS Queues API
  description: Operations for creating, managing, and deleting SQS queues
  humanURL: https://aws.amazon.com/sqs/
  baseURL: https://sqs.{region}.amazonaws.com/
  tags:
  - Queues
  properties:
  - type: OpenAPI
    url: openapi/amazon-sqs-queues-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/sqs/
  - type: APIReference
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/
  - type: GettingStarted
    url: https://aws.amazon.com/sqs/getting-started/
  - type: Pricing
    url: https://aws.amazon.com/sqs/pricing/
  - type: FAQ
    url: https://aws.amazon.com/sqs/faqs/
  - type: BestPractices
    url: https://docs.aws.amazon.com/sqs/latest/dg/best-practices.html
  - type: SDKs
    url: https://aws.amazon.com/tools/
  - type: Tutorials
    url: https://docs.aws.amazon.com/sqs/latest/dg/sqs-tutorials.html
  - type: Features
    url: https://aws.amazon.com/sqs/features/
  - type: Security
    url: https://docs.aws.amazon.com/sqs/latest/dg/sqs-security.html
  - type: Compliance
    url: https://aws.amazon.com/compliance/services-in-scope/
  - type: CLI
    url: https://docs.aws.amazon.com/cli/latest/reference/sqs/
  - type: CodeExamples
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/service_code_examples.html
  - type: RateLimits
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html
  - type: Regions
    url: https://docs.aws.amazon.com/general/latest/gr/sqs-service.html
  - type: ReleaseNotes
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-release-notes.html
- aid: amazon-sqs:amazon-sqs-tags-api
  name: Amazon SQS Tags API
  description: The Tags API from Amazon SQS — 1 operation(s) for tags.
  humanURL: https://aws.amazon.com/sqs/
  baseURL: https://sqs.{region}.amazonaws.com/
  tags:
  - Tags
  properties:
  - type: OpenAPI
    url: openapi/amazon-sqs-tags-api-openapi.yml
  - type: Documentation
    url: https://docs.aws.amazon.com/sqs/
  - type: APIReference
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/
  - type: GettingStarted
    url: https://aws.amazon.com/sqs/getting-started/
  - type: Pricing
    url: https://aws.amazon.com/sqs/pricing/
  - type: FAQ
    url: https://aws.amazon.com/sqs/faqs/
  - type: BestPractices
    url: https://docs.aws.amazon.com/sqs/latest/dg/best-practices.html
  - type: SDKs
    url: https://aws.amazon.com/tools/
  - type: Tutorials
    url: https://docs.aws.amazon.com/sqs/latest/dg/sqs-tutorials.html
  - type: Features
    url: https://aws.amazon.com/sqs/features/
  - type: Security
    url: https://docs.aws.amazon.com/sqs/latest/dg/sqs-security.html
  - type: Compliance
    url: https://aws.amazon.com/compliance/services-in-scope/
  - type: CLI
    url: https://docs.aws.amazon.com/cli/latest/reference/sqs/
  - type: CodeExamples
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/service_code_examples.html
  - type: RateLimits
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html
  - type: Regions
    url: https://docs.aws.amazon.com/general/latest/gr/sqs-service.html
  - type: ReleaseNotes
    url: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-release-notes.html
common:
- type: PostmanWorkspace
  url: https://www.postman.com/kinlaneapi/amazon-sqs/overview
- type: AgenticAccess
  url: agentic-access/amazon-sqs-agentic-access.yml
- type: TrustCenter
  url: security/amazon-sqs-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/amazon-sqs-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/amazon-sqs-domain-security.yml
- type: Authentication
  url: authentication/amazon-sqs-authentication.yml
- type: Blog
  url: https://aws.amazon.com/blogs/compute/
- type: Console
  url: https://console.aws.amazon.com/sqs/
- type: StatusPage
  url: https://status.aws.amazon.com/
- type: TermsOfService
  url: https://aws.amazon.com/service-terms/
- type: PrivacyPolicy
  url: https://aws.amazon.com/privacy/
- type: Support
  url: https://console.aws.amazon.com/support/home
- type: KnowledgeCenter
  url: https://repost.aws/knowledge-center
- type: CodeExamples
  url: https://docs.aws.amazon.com/code-library/latest/ug/sqs_code_examples.html
- type: GitHubRepository
  url: https://github.com/awsdocs/aws-doc-sdk-examples
- type: Features
  data:
  - name: Standard Queues
    description: Maximum throughput, best-effort ordering, and at-least-once delivery for high-volume messaging workloads.
  - name: FIFO Queues
    description: Exactly-once processing and strict ordering guarantees for applications requiring message sequence preservation.
  - name: Dead-Letter Queues
    description: Automatic routing of failed messages to dead-letter queues for debugging and reprocessing.
  - name: Message Move Tasks
    description: Bulk movement of messages between queues for reprocessing dead-letter queue contents.
  - name: Server-Side Encryption
    description: Automatic encryption of messages at rest using AWS KMS keys for data protection.
  - name: Long Polling
    description: Reduced API costs and latency by allowing consumers to wait for messages to arrive before responding.
- type: UseCases
  data:
  - name: Microservices Decoupling
    description: Decouple microservices by using SQS queues as asynchronous communication buffers between services.
  - name: Serverless Event Processing
    description: Trigger AWS Lambda functions from SQS messages for event-driven serverless architectures.
  - name: Order Processing Pipelines
    description: Use FIFO queues to ensure ordered processing of e-commerce orders and financial transactions.
  - name: Work Queue Distribution
    description: Distribute compute-intensive tasks across multiple workers using standard queues for parallel processing.
  - name: Batch Job Orchestration
    description: Queue batch processing jobs and manage their execution across distributed compute resources.
- type: Integrations
  data:
  - name: AWS Lambda
    description: Automatically invoke Lambda functions when messages arrive in SQS queues for serverless processing.
  - name: Amazon SNS
    description: Fan out SNS notifications to multiple SQS queues for parallel processing of published messages.
  - name: Amazon EventBridge
    description: Route events from EventBridge to SQS queues for reliable event-driven architectures.
  - name: AWS CloudFormation
    description: Provision and manage SQS queues as infrastructure-as-code using CloudFormation templates.
  - name: Terraform
    description: Create and manage SQS resources using HashiCorp Terraform infrastructure-as-code provider.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
  url: https://apievangelist.com/
x-parent: aws
x-relationship: product

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/amazon-sqs"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/amazon-sqs/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/amazon-sqs/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.