Package ca.nexapp.lambdas.contexts.env
See: Description
-
Class Summary Class Description CouldNotLoadEnvException LambdaEnvLoaderFactory Creates the default EnvLoader which fallbacks to SSM if not found in local environment variables LocalEnvLoader Loads from the local environment variables MultipleEnvLoaders Chains multiple EnvLoader together (fallbacks) if the requested variable is not present SsmEnvLoader Loads and decrypts variables from SSM Parameter Store Path Make sure that your environment has the required IAM policies to access requested variables -
Interface Summary Interface Description LambdaEnvLoader Simple environment loading class