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

Link to this function

get_config(key, config_overrides \\ [], api_client \\ ExAws)

View Source

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"])