ExtConfigProvider v1.0.0 ExtConfigProvider.Client.AwsParameterStore View Source
The ParameterStore Client queries the AWS SSM Parameter Store
Requires the ExAws
and ExAws.SSM
packages.
The profile making the api call needs ssm:GetParameter
permission on the resource.
Link to this section Summary
Functions
Get config for given key. config_overrides
are passed on to ExAws.request/2
.
Link to this section Functions
Get config for given key. config_overrides
are passed on to ExAws.request/2
.
Example
AwsParameterStore.get_config("app/prod")
AwsParameterStore.get_config("app/prod", [region: "eu-west-1"])