Expand description
AWS SQS backend implementation.
This module provides an AWS SQS-backed implementation of the QueueBackend trait.
Supports both Standard and FIFO queues. By default (SQS_QUEUE_TYPE=auto),
the queue type is auto-detected at startup by probing a reference queue.
Can also be set explicitly to standard or fifo.
Structsยง
- SqsBackend
- AWS SQS backend for job queue operations.