Bert Blommers
Bert Blommers
Well, that's a pain, and definitely weird behaviour! > As a short term fix, perhaps we can accept both "ID" styles and handle appropriately? Absolutely, that's probably the best way...
FYI: I've just raised #8984 which validates the input for `change_tags_for_resource()` and `list_tags_for_resource()`, so that only the short resource ID is accepted. That PR also includes a framework for running...
Hi @kferenc3, I'm not able to reproduce this I'm afraid - but this is typically an import order issue. See the full documentation here: https://docs.getmoto.org/en/latest/docs/getting_started.html#what-about-those-pesky-imports Two tips, to summarize the...
I think I'm going to close this, considering it can't be reproduced. If you can share a full script, or even a OSS project that shows the problem, I'd be...
> Let me know if you would still like me to revert and I will be happy to do so. Yes please
> Looks like there are a few errors during the 3.12 tests, although they seem to be relating to other services (Lambda, CloudWatch, etc.). Could that be an issue with...
Hi @chris48s! > I assume there is a reason When we started using the `lambCI` images (I think back in 2017), the official AWS images weren't available yet. So we...
Thanks for the context @rafcio19. I assumed there were some differences, but I didn't know the extent of it. There is https://github.com/shogo82148/docker-lambda, which is a fork of `mlupine` that does...
A fourth option would be to take the base-image provided by AWS, and build the image that we need on-demand (at execution time). It looks like that's the way LocalStack...
@chris48s I just created a dev-release that contains the patch - please let us know if you run into any issues with that: https://pypi.org/manage/project/moto/release/5.0.19.dev7/