Bert Blommers

Results 388 comments of Bert Blommers

Hey @jbpratt, thanks for raising this. All operations that you need are implemented - it looks like the coverage doc is simply not up to date. The first issue here...

Hi @prestomation, that is daunting indeed! Are you using the decorators, or server mode? Considering the StepFunctionsLocal already exists, the easiest implementation might be to just start that Docker-image from...

Using the server mode is definitely the easiest way, as (as far as I can tell) that does not need any work on Moto's side. When using decorators: One option...

> could the only solution be to mock all step functions logic into moto ? If somebody is willing to do the work for this, yeah - that might be...

Thanks for the feedback, and providing a more detailed guide on how to do this, @Leooo! Good to see it works in practice, not just in theory. > Any way...

Done @ArpanShah2k! We have some documentation on how to get started: http://docs.getmoto.org/en/latest/docs/contributing/index.html Please let us know if you run into any issues.

Hi @kunalvudathu, the `vpc_endpoint` will still exist, but with attribute `State="Deleted"`. Looking at the docs, this is also how AWS behaves? As the `describe_vpc_endpoints` does return endpoints with that state:...

Thanks for raising this and providing the test case @mdavis-xyz :+1:

Thanks for sharing the solution @kylegibson! That is very useful.