@pwngh/economy-lab
    Preparing search index...

    Interface SqsDispatcherOptions

    interface SqsDispatcherOptions {
        client: SqsClient;
        queueUrl: string;
    }
    Index
    client: SqsClient

    The SQS client the caller created and owns (a real one, or a test stand-in).

    queueUrl: string

    The full queue URL. A .fifo suffix switches on the FIFO-only parameters — dedup by event id, group by subject — which a standard queue rejects.