Repository URL to install this package:
|
Version:
0.2.14 ▾
|
from py_aws_util import get_config as get_config_parameters
def get_config(config_path, environment: str=None):
config_parameters = get_config_parameters(path=config_path,
environment=environment,
recursive=True,
with_decryption=True,
asDict=True)
return config_parameters