-
Notifications
You must be signed in to change notification settings - Fork 339
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
[Bug]: Version 8.1.5 of this library incompatible with @aws-sdk/client-sqs version 3.507.0 #457
Comments
This is a major version change (AWS do it a little differently), we only support 3.4 onwards, we will look at the issues with 3.5, but for now, you should stick to 3.4 or above until a release for 3.5. |
On further investigation, I don't actually think this is the case, I've opened a draft PR here to run our tests, they're all passing including the E2E validation: Have you tested your code with an aws sdk version previous to 3.5? Your error references I'd suggest checking through your codebase to be sure and downgrading your aws-sdk version if you haven't already. Otherwise, if you are still getting issues, can you provide a full reproduction? If we can't reproduce it, we can't really do anything. |
This has been an issue for us when using esbuild as of dynamic imports in >= 3.5. So this might not really related to sqs-consumer and instead be the project build tool. |
Yeah, possibly this: aws/aws-sdk-js-v3#5750, which a patch was released for, closing this as it doesn't appear to be an issue with the consumer but it is with aws sdk. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Describe the bug
Version 8.1.5 of this library errors out when used with version 3.507.0 of @aws-sdk/client-sqs library.
Your minimal, reproducible example
https://stackblitz.com/edit/sqs-consumer-starter-4nceen?file=index.js,package.json
Steps to reproduce
Expected behavior
As a User
I expected to consume events from SQS using the sqs-consumer library
How often does this bug happen?
None
Screenshots or Videos
Platform
Node v18.17.1
Package version
v8.1.5
AWS SDK version
v3.507.0
Additional context
No response
The text was updated successfully, but these errors were encountered: