aws-param-env
Version:
Module for synchronously loading AWS SSM Parameter Store values into environment variables
44 lines (23 loc) • 613 B
Markdown
# Change Log
## 2.1.0 (2019-12-04)
Updated:
* `aws-sdk` peer dependency removed. Will use peer dependency set in `aws-param-store`
Internal:
* Updated dependencies
## 2.0.0 (2019-11-04)
New:
* Added support for automatically loading via environment variable: `AWS_SSM_ENV_PATH`
Updated:
* Node 10.x and higher
* Added `aws-sdk` as a peer dependency
Internal:
* Updated dependencies
* Refactored tests
## 1.2.0 (2018-01-08)
Improved:
* Added options to define region
## 1.1.0 (2017-09-18)
New:
* `load()` function that executes the query with a given path
## 1.0.0 (2017-09-13)
Initial Release