Helper functions for loading configuration files. Useful to test/debug using config parameters.
Project description
Load Config
Helper functions for loading configuration files. Useful to test/debug using config parameters.
Custom functions currently supported:
- Load AWS SAM template
- Load AWS SAM configuration file
- Load AWS SAM local Lambda environment variables
- Load DynamoDB local (Docker) configuration templates
We built this library in Hackt to support local development of internal projects and public apps in our catalog. Learn more about other open-source libraries on lib.hackt.app.
Runtime support
This is the Python runtime library, compatible with Python3.6+. Currently there isn't support for other runtimes. A Javascript/nodejs version is planned, but unscheduled.
Installation and Usage
Install with pip: pip install load-config
Load AWS SAM template file:
import load_config
template = load_config.sam_template()
env_vars = template['Resources']['MyFunction']['Environment']['Variables']
By default, load_config
will look for SAM templates in ./template.yaml
. Optionally, specify a different path:
template = load_config.sam_template(filepath='my-project/template.yml')
Documentation
Documentation is available in the repository wiki.
License
This library is licensed under Apache 2.0.
Contributor guide
Please check out guidelines in the repository wiki.
Acknowledgements
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file load_config-0.2.0b6-py3-none-any.whl
.
File metadata
- Download URL: load_config-0.2.0b6-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5a8e889e6f10d1c3809df34c3dc579b3fb2c059fbf4c30556cde062f7cc000a |
|
MD5 | c0dfc3f94226dd75194906a09be432f4 |
|
BLAKE2b-256 | 01fc4b6353d19a8388c6c5740fbcfab3a5368538c381ce293e9066bf489359cf |