UNPKG

aws-param-store

Version:

Library for loading parameters from AWS Parameter Store

77 lines (38 loc) 990 B
# Change Log ## 3.2.0 (2019-12-04) Updated: * `aws-sdk` peer dependency set to any Internal: * Updated test dependencies ## 3.1.0 (2019-11-04) Updated: * `aws-sdk` added as a peer dependency Internal: * Updated dependencies ## 3.0.0 (2019-05-19) New: * Added `putParameter()` and `putParameterSync`. Thanks @AvnerCohen Updated: * Requires node 8.10 or higher Internal: * Updated test dependencies ## 2.1.0 (2018-09-30) Updated: * Add alternative output for SSM error condition. Thanks @aaronfay Internal: * Updated test dependencies ## 2.0.0 (2018-04-03) New: * Added methods to simplify query by path * Added methods to query by parameter name(s). Thanks @roribio Internal: * Streamlined code for making AWS sync/async calls ## 1.1.0 (2018-01-08) Improved: * Added options to define region ## 1.0.1 (2017-09-13) Internal: * Added repo to `package.json` * `mocha` test dependency is now run using a global install ## 1.0.0 (2017-09-12) Initial Release