stack_master icon indicating copy to clipboard operation
stack_master copied to clipboard

Support cross-region SSM parameter resolution

Open mipearson opened this issue 4 years ago • 1 comments

Had a case where I was about to copy a bunch of SSM keys to another region and then realised that there was a better way.

Struggled with trying to write tests for this: the existing tests, in their use of mocking the AWS api, will return the same response regardless of which region or SSM key is queried. So this is technically "covered" - but not explicitly tested.

mipearson avatar Sep 28 '20 07:09 mipearson

Don't forget to add an entry in the change log.

orien avatar Sep 28 '20 10:09 orien