Bert Blommers
Bert Blommers
Hi @glayton-clarity, there has been quite a few improvements to the Transit Gateways, and I can no longer reproduce this problem using your example. Are you able to pull the...
Hi @mweinelt, what command do you use to run the tests? The `gw13`-part in the traceback looks like part of the `xdist` plugin, like they are run in parallel, and...
I can't actually reproduce this - but regardless, running all tests in parallel is not supported. I would suggest just using `make test`, where only tests that do support it...
Hi @dogukancagatay , thanks for the heads-up! I'm not too familiar with ADOT yet, so this may be a dumb question - but does this have any implications for the...
Hi @jflim! I'm not able to actually test this right now against AWS - but the docs seem to be pretty clear that service principals can have all kinds of...
Hi @apemonke, welcome to Moto! The error message is a bit confusing, but yes, you're right - it's not yet supported for log destination ARN's. I'll mark it as an...
Hey Gio! Thanks for providing some context around this. > propose a small refactoring of the moto models Not sure I would classify it as small, considering the scope/size of...
Hey @thrau ! Hope you're well 😊, > almost all constructors of models have type annotations That is more because we have `mypy` enabled across the codebase - if that...
Hi @RonnyPfannschmidt! > the latest release changed the type of fixture definitions from functions to a marker instance Can you expand a bit more on this? As a library developer,...
Welcome to Moto @juliangrueber! Marking it as an enhancement to add this service. PR's are always welcome, if you want to contribute this yourself.