poundifdef / smoothmq

An improved drop-in replacement for SQS
https://www.smoothmq.com
GNU Affero General Public License v3.0
2.04k stars 35 forks source link

SQS method AmazonSQS.GetQueueUrl not implemented #17

Closed jeroendeswaef closed 2 months ago

jeroendeswaef commented 2 months ago

When trying an existing application that uses the nodejs @aws-sdk/client-sqs library to connect to sqs, I get the following error:

SQS method AmazonSQS.GetQueueUrl not implemented

I suppose that is a part of the sqs api that SmoothMQ doesn't implement (yet)?

poundifdef commented 2 months ago

Thanks for this! I've just pushed a change to add this method.