Nodejs 20.x with SQS v3 support

I’m facing an issue to upgrade nodejs @aws-sdk/client-sqs v2 to v3. Does anyone have did this?

Can you share more details? What specific errors are you facing?

Hello @micossow

Yes sure, at your version/tag 1.3.14. + Nodejs 16.x version working fine.
While upgrading to a version of nodejs 20.x and @aws-sdk/client-sqs V3 then it show like queues are not created.

sendMessageBatch error AWS.SimpleQueueService.NonExistentQueue: AWS.SimpleQueueService.NonExistentQueue; see the SQS docs.

I’m working in local and on dev environment already created all those queues.