MessageRetentionPeriod
, but these are optimal for this soketi's use case.DeduplicationScope
and FifoThroughputLimit
should be set as below since the queues may be processed on an app ID and queue type basis for extreme throughput. The ContentBasedDeduplication
should be true.sqs:ReceiveMessage
sqs:SendMessage
SOKETI_QUEUE_SQS_REGION
SOKETI_QUEUE_SQS_CLIENT_OPTIONS
''
new SQS()
function.SOKETI_QUEUE_SQS_URL
''
.fifo
(ex: https://sqs.eu-central-1.amazonaws.com/xxxx/myqueue.fifo
)SOKETI_QUEUE_SQS_ENDPOINT
''
SOKETI_QUEUE_SQS_PROCESS_BATCH
false
true
, false
SOKETI_QUEUE_SQS_BATCH_SIZE
1
1
and maximum of 10
(hard limit f SQS). SOKETI_QUEUE_SQS_POLLING_WAIT_TIME_MS
0