AsyncAPI channel · Amazon SQS · Amazon Simple Queue Service (SQS) Event Source Mapping

https://sqs.{region}.amazonaws.com/{accountId}/{queueName}

A standard Amazon SQS queue. Standard queues offer maximum throughput, best-effort ordering, and at-least-once delivery. Messages can be received out of the order in which they were sent, and a message might be delivered more than once.

Provider: Amazon SQS AsyncAPI: v3.0.0 Spec: Amazon Simple Queue Service (SQS) Event Source Mapping Operations: 3 Messages: 2

Channel address

https://sqs.{region}.amazonaws.com/{accountId}/{queueName}

Parameters

Operations

send
sendMessage
Send a message to an SQS standard queue
receive
receiveMessage
Receive messages from an SQS standard queue
send
sendBatchMessages
Send up to 10 messages to an SQS queue in a single request

Messages

SQSMessage
A message in an Amazon SQS standard queue
Content-Type: application/json
SQSBatchMessage
A batch of up to 10 messages for an SQS queue
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.