We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moto==4.1.6 boto3==1.28.81/1.28.82
sqs = boto3.resource("sqs") queue = sqs.get_queue_by_name(QueueName=queue_name)
queue - is empty dict - {}
Is it expected?
The text was updated successfully, but these errors were encountered:
i also ran into this issue.
Sorry, something went wrong.
looks like this works with the latest version of moto.
I haven't looked into this yet, but I'm assuming that is related to #6286
Does an upgrade to Moto >= 4.1.11.dev7 fix the problem?
Yes, I have fixed my issues with the latest version of moto
Thanks for confirming @vladislavkoz. I'll close this then, but let us know if you run into any other issues.
No branches or pull requests
moto==4.1.6
boto3==1.28.81/1.28.82
sqs = boto3.resource("sqs")
queue = sqs.get_queue_by_name(QueueName=queue_name)
queue - is empty dict - {}
Is it expected?
The text was updated successfully, but these errors were encountered: