Bert Blommers
Bert Blommers
Moto now also has this feature, although not all fields/options are supported yet. Please let us know if you run into any issues with our implementation.
Hi @dmarra, did you get any progress on this? I'd be happy to take it on if you're stuck or don't have the time, just checking in to make sure...
That'd be useful @dmarra! I'll have a look and see if I can build on top of that.
The `execute_statement` is now part of moto >= 4.1.7.dev26. By default, this will not return any records, but it is possible to configure exactly the response that you'd expect. See...
A basic enforcement is now in place as of moto >= 4.0.12.dev39. Moto will throw an AccessDeniedException if the following conditions are met: - The principal is set to "\*"...
@rafcio19 Thanks for looking into this! I don't think that Moto supports anything similar at the moment, so there is no existing solution that we can apply here. When you...
This is now part of moto >= 4.1.8.dev11. You can now set an environment variable to simulate a failure in `mock_batch_simple`: `MOTO_SIMPLE_BATCH_FAIL_AFTER=0` --> fail immediately `MOTO_SIMPLE_BATCH_FAIL_AFTER=x` --> fail after x...
There have been a lot of improvements to KMS recently, so I think all of these features are now covered for. Closing.
Took a while, but all these error scenarios should now all work correctly as of moto >= 4.2.7.dev29
Not really @Seluj78 - I haven't found a good solution to this problem yet