Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

SqsProducer.create timeout #58

Open
GNevsky opened this issue Nov 18, 2022 · 0 comments
Open

SqsProducer.create timeout #58

GNevsky opened this issue Nov 18, 2022 · 0 comments

Comments

@GNevsky
Copy link

GNevsky commented Nov 18, 2022

I’m trying to use SqsProducer to send sqs message inside my lambda function. But my function is timed out when I’m using very simple code from readme.

    const sqsProducer = SqsProducer.create({
        queueUrl: "https://sqs.us-east-1.amazonaws.com/1234567890/my-sqs",
        region: process.env.AWS_REGION,        
        largePayloadThoughS3: true,        
        extendedLibraryCompatibility: true,
        s3Bucket: "my-s3",
    });

Any idea why it may happen?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant