Skip to content

QueueDoesNotExist vs NonExistentQueue #3901

Answered by RanVaknin
dmeiri asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dmeiri ,

This was a modeling issue with the SQS API itself. Related to.
You are using a really old SDK version, in the newer SDK versions we have changed the wire protocol to the new JSON protocol which SQS now supports, and this problem went away.

You can update to the latest version by running:
npm i @aws-sdk/client-sqs@latest

Thanks,
Ran

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by RanVaknin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants