Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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