AWS SQS / SNS
Schemes: aws://, aws-sqs://
Query parameters recognised as config fields for this connector. Unrecognised parameters are not forwarded as driver options, so any other ?key=value pair is rejected rather than silently ignored.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
access_key | string | no | — | AWS Access Key ID. |
binary_payload_mode | boolean | no | false | Use binary payloads in SQS/SNS messages. |
endpoint_url | string | no | — | Custom endpoint URL (e.g., for LocalStack). |
max_messages | integer | no | — | (Consumer only) Maximum number of messages to receive in a batch (1-10). |
queue_url | string | no | — | The SQS queue URL. Required for Consumer. Optional for Publisher if topic_arn is set. If it contains userinfo, it will be treated as a secret. |
region | string | no | — | AWS Region (e.g., “us-east-1”). |
secret_key | string | no | — | AWS Secret Access Key. |
session_token | string | no | — | AWS Session Token. |
topic_arn | string | no | — | (Publisher only) The SNS topic ARN. |
wait_time_seconds | integer | no | — | (Consumer only) Wait time for long polling in seconds (0-20). |