Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

NameTypeRequiredDefaultDescription
access_keystringnoAWS Access Key ID.
binary_payload_modebooleannofalseUse binary payloads in SQS/SNS messages.
endpoint_urlstringnoCustom endpoint URL (e.g., for LocalStack).
max_messagesintegerno(Consumer only) Maximum number of messages to receive in a batch (1-10).
queue_urlstringnoThe 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.
regionstringnoAWS Region (e.g., “us-east-1”).
secret_keystringnoAWS Secret Access Key.
session_tokenstringnoAWS Session Token.
topic_arnstringno(Publisher only) The SNS topic ARN.
wait_time_secondsintegerno(Consumer only) Wait time for long polling in seconds (0-20).