AWS SQS ​
Manage message queues with Amazon Simple Queue Service.
| Detail | Value |
|---|---|
| Category | Cloud & Infra |
| Base URL | https://sqs.us-east-1.amazonaws.com |
| Authentication | API Key |
| Endpoints | 8 |
| Connector key | aws-sqs |
Using AWS SQS in a workflow ​
- Go to Connections and click New Connection.
- Pick AWS SQS from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET / | List SQS queues |
| POST /#CreateQueue | Create a queue |
| POST /#SendMessage | Send a message |
| POST /#ReceiveMessage | Receive messages |
| POST /#DeleteMessage | Delete a message |
| POST /#GetQueueAttributes | Get queue attributes |
| POST /#PurgeQueue | Purge a queue |
| POST /#SendMessageBatch | Send messages in batch |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.