Bert Blommers
Bert Blommers
Hi @ruhrohraggy, any update on this?
Hi @codeneobee, it is possible to override the regular response already. You can use the same endpoint as when configuring the output for the `invoke_endpoint`-method. See the docs here: https://docs.getmoto.org/en/latest/docs/services/sagemaker-runtime.html...
@codeneobee Moto 5.0.14 (just released) contains a dedicated endpoint to override the results for the async endpoint, including an option to specify failure results. See the docs here: https://docs.getmoto.org/en/latest/docs/services/sagemaker-runtime.html I...
@Anonynym3845937 You can add a `-C` to explicitly trust the certificate, and get around the `certificate verify failed:self-signed certificate` error. See the answer from @NicosNet in this thread: https://github.com/microsoft/mssql-docker/issues/892#issuecomment-2248045546
The `tags`-attribute is always a list, either empty or not. When serializing, it uses the standard `xmltodict.unparse`-method to [serialize it](https://github.com/getmoto/moto/blob/888d7b2e638f441c578dd9129c95ede481a27b98/moto/core/serialize.py#L638), which means that for an empty list it will always...
> I will get something for you to look at soon (since I'm the one who made the breaking change and am most familiar with the new serialization code). I...
Hi @wunzeco, I don't quite understand why - but this does work when assigning `sns_backend` inside the `mock_aws` decorator: ``` @mock_aws def test_create_topic() -> None: topic_arn = MyNotifier().create_topic(name="test-topic") sns_backend =...
Took me a while, but I figured out the reason. When `mock_aws()` starts, we clear the entire `sns_backends` dictionary to prevent any test data creeping from one test into the...
Hi @faridnsh! There are a few other S3 events supported as well, the `events` page just hasn't been updated yet. The `s3` page does show which events are supported, under...
Hi @mihaiblidaru, PR's are always welcome! Having an environment variable would be ideal to configure this, it can just be set to 0 by default.