Available on crate features
source-rest and source-sqs only.Structs§
- SqsSource
- AWS SQS source. See the crate README for semantics.
- SqsSource
Config - Configuration for
SqsSource.
Enums§
- SqsCredentials
- How to authenticate with AWS SQS.
Constants§
- MAX_
RECEIVE_ BATCH - SQS hard limit: at most 10 messages per
ReceiveMessagecall. - MAX_
WAIT_ TIME_ SECONDS - SQS long-poll ceiling:
ReceiveMessageaccepts at most a 20-second wait.
Functions§
- build_
client - Build an
aws_sdk_sqs::Clientfrom region / endpoint / credentials.