Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant