Null QueueUrl when using LocalStack #3319
Labels
bug
This issue is a bug.
needs-review
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
It seems like a bug in the latest version. I am using TestContainers.Localstack for my functional tests. They started to complain once I upgraded the SQS package to the latest version.
The
QueueUrl
property from theCreateQueueResponse
returnsnull
even when the queue has been successfully created.The same goes for the
GetQueueUrlAsync
method.AWSSDK.SQS 3.7.200.17 works fine.
Expected Behavior
A proper queue URL should be returned.
Current Behavior
The
QueueURL
is always nullReproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
AWSSDK.SQS 3.7.300.87
Targeted .NET Platform
.NET 8
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: