AWS SQSClient GetQueueUrlAsync is throwing "Error Unmarshalling response back from AWS"

113 views Asked by At

I have a simple AWS SQS service method in .net standard2.0 project where I am calling SQSClient.GetQueueUrlAsync() to get the queue URL. Suddenly, it started throwing an "Error unmarshalling response back from AWS." In the inner exception, it says "invalid character '<' in input string." I have no idea why I'm getting this error. Has anyone encountered this type of error and knows the fix? I would greatly appreciate it. I am testing it using LocalStack.

Restarted the localstack Deleted and created the queue

0

There are 0 answers