Bert Blommers
Bert Blommers
Hi @jordital - if I run your example (as is - no changes whatsoever) against AWS, the last call fails as well - so Moto behaves exactly the same, as...
Hi @NeevCohen, welcome to Moto! PR's are always welcome. We have some documentation here that should get you started: http://docs.getmoto.org/en/latest/docs/contributing/index.html Feel free to let us know if you run into...
> I think I'll start with the basic ones - That's absolutely fine @NeevCohen. > Another thing, would you be open to adding Pydantic as a dependency? I don't think...
> @bblommers I started working on this a bit and it might take me a little while. Is it OK for me to open a WIP PR that you can...
1. In an ideal world the error matches exactly what AWS says, but if that's too time-consuming or expensive, then something descriptive is just fine. I already saw some negative...
Hi @retpolanne! Having an extensions/plugin system is quite the implementation/maintenance effort, and I'm not sure there would be enough usage to justify this. As an alternative solution: Would it work...
Ah, I understand. That makes a bit more difficult. I'll mark it as a feature request, let's see if we can come up with a solution for this.
Hmm.. Our CI still doesn't seem to like that. All the tests after the new tests are now failing: ``` 2023-11-28T21:23:54.2345124Z tests/test_dynamodb/test_dynamodb.py::test_dynamo_type_assertion_exception_not_raised_when_reloading_modules PASSED 2023-11-28T21:23:54.3234042Z tests/test_dynamodb/test_dynamodb_batch_get_item.py::test_batch_items_returns_all PASSED 2023-11-28T21:23:54.7353450Z 2023-11-28T21:23:54.7402019Z ##[error]test_batch_items_throws_exception_when_requesting_100_items_for_single_table botocore.errorfactory.ResourceInUseException:...
Thanks for raising this @stiebels - a PR would be very welcome. Let me know if you need any help!
Hi @davidconnor-ont, There is no standard way to filter things - it's all a bit disjointed unfortunately It sounds like the best solution to use `generic_filter`, so I'm OK with...