Skip to main content

Module sqs

Module sqs 

Source
Available on crate features source-rest and source-sqs only.

Structs§

SqsSource
AWS SQS source. See the crate README for semantics.
SqsSourceConfig
Configuration for SqsSource.

Enums§

SqsCredentials
How to authenticate with AWS SQS.

Constants§

MAX_RECEIVE_BATCH
SQS hard limit: at most 10 messages per ReceiveMessage call.
MAX_WAIT_TIME_SECONDS
SQS long-poll ceiling: ReceiveMessage accepts at most a 20-second wait.

Functions§

build_client
Build an aws_sdk_sqs::Client from region / endpoint / credentials.