Skip to content
New issue

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

Compatibility issue moto[4.1.6] with boto3[1.28.81/1.28.82] #7005

Closed
vladislavkoz opened this issue Nov 9, 2023 · 5 comments
Closed

Compatibility issue moto[4.1.6] with boto3[1.28.81/1.28.82] #7005

vladislavkoz opened this issue Nov 9, 2023 · 5 comments
Labels
debugging Working with user to figure out if there is an issue

Comments

@vladislavkoz
Copy link

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?

@gtmanfred
Copy link
Contributor

i also ran into this issue.

@gtmanfred
Copy link
Contributor

looks like this works with the latest version of moto.

@bblommers
Copy link
Collaborator

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?

@bblommers bblommers added the debugging Working with user to figure out if there is an issue label Nov 9, 2023
@vladislavkoz
Copy link
Author

Yes, I have fixed my issues with the latest version of moto

@bblommers
Copy link
Collaborator

Thanks for confirming @vladislavkoz. I'll close this then, but let us know if you run into any other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugging Working with user to figure out if there is an issue
Projects
None yet
Development

No branches or pull requests

3 participants