Skip to content

SQSReceiver

platonic.sqs.queue.SQSReceiver

Queue to read stuff from.

Name Type Default Description
url str
typecasts Typecasts
internal_type type
client SQSClient
batch_size int 10 Max number of SQS messages to process within one API call. Default is 10. Exceeding the max value will cause validation errors from AWS.
timeout BaseTimeout
max_wait_time_seconds int 20