ssm#




Functions#

get_ssm_parameters_by_prefix

Get all SSM parameters that start with the given prefix.

get_ssm_parameters_by_prefix()#

rootski.config.ssm.get_ssm_parameters_by_prefix(prefix: str) Dict[str, str][source]#

Get all SSM parameters that start with the given prefix.

Parameters

prefix – Fetch all parameters with this prefix.