Bert Blommers
Bert Blommers
Hi @thoroc, just checking on this - is this still on your radar? If you're stuck, or don't have any time to finish up, just let me know - I'd...
Hi @w0rmr1d3r! There are no plans yet, but I'll add it as an enhancement to add this feature. Which methods in particular did you want support for? If this is...
Interesting. Looks like this is due to https://github.com/pypa/setuptools/issues/855, and it would definitely be fixed by implementing our #4113. I believe the equivalent pip-only installation is: ``` pip install --editable .[all]...
zsh is a bit peculiar - you might have to use `pip install ".[all]"` (with quotes)
Ah, I realize my command didn't have the `--editable` argument - that part is necessary for the scaffold-script to install new services. The scaffold-script creates all necessary files for the...
Hi @w0rmr1d3r, did you manage to get this working in the end? Let me know if you need any help - happy to have a go and help implement this...
Hi @thoroc, there is no way to do this using Moto at the moment, unfortunately. I'll mark it as an enhancement for Moto to store these parameters (similarly to what...
Yes, that's the idea @thoroc. If you're looking to tackle this yourself, PR's are always welcome!
The exact location where to store the data doesn't matter much, as long as the naming is sensible, for example `moto/ssm/resources/ecs/`. If there is no difference, than we might as...
FYI @thoroc , our `scripts` directory has some examples on calling SSM with a paginator. You can always copy/pasting one of those.