Serverless offers a function to access SSM
.
${ssm:/parameter-path}
However, It seems only to allow access to SSM
(parameter) in the same region.
Is there way to reference SSM
in a different region?
Sometimes there are parameters globally used.
For those, I want to create them in a single region then share them accross multi-region.
Otherwise, I should redefine the same parameters in every region.