Bert Blommers
Bert Blommers
Done! Thanks again for contributing to Moto @aarushisoni
No problem @iainelder! This is part of moto >= 4.1.12.dev29 - just let me know if you run into any issues.
Appreciate the feedback @andersk. I wasn't aware of the need to add `py.typed`. So far we have type annotations working for three situations: 1. Using a regular test ( ```...
OK, I'm going to open this back up. The logic around decorators is quite complex, and I'm not sure it's possible to fix type annotations without refactoring the logic first....
Typing is now supported as of Moto 4.2.10, thanks to @tungol 's excellent work in #7045. It has the `py.typed` marker, and supports methods with a return-type. I'll close this,...
Hi @getglad, it's been a while, but this feature is now part of the latest alpha-release: `moto==5.0.0alpha2` The new `mock_aws`-decorator has an option to configure exactly which URL's you want...
Moto V5 has now been released, so I'll close this. Release: https://pypi.org/project/moto/5.0.0/ Documentation about this feature: http://docs.getmoto.org/en/5.0.0/docs/configuration/index.html
@mdavis-xyz Within a particular service, you can directly access the backend of other services. See this example, where ELB needs to access EC2 resources: https://github.com/getmoto/moto/blob/5d2f2bca8c3b3922127594835fad0c39345d6616/moto/elb/models.py#L282
This feature is now part of moto >= 4.2.1.dev31. See the documentation for information on how to configure the desired response: http://docs.getmoto.org/en/latest/docs/services/sagemaker-runtime.html
From a comment I made in one of the earlier threads, this is how S3 behaves in regards to error messages: > If the version ID is not known: Invalid...