AwsSsmProvider v0.2.0 AwsSsmProvider

Populate run time application variables from a file produced by a call to AWS SSM

Link to this section Summary

Functions

Called when the provider is initialized

Link to this section Functions

Called when the provider is initialized.

Providers are invoked pre-boot, in a dedicated VM, with all application code loaded, and kernel, stdlib, compiler, and elixir applications started. Providers must use this callback to push configuration into the application environment, which will be persisted to a final sys.config for the release itself.

The arguments given to init/1 are the same as given in the config_providers setting in your release configuration file.

Callback implementation for Mix.Releases.Config.Provider.init/1.