- aws-sdk updated to version 3, with a dependency only on
@aws-sdk/client-ssm
, instead of using a peer dependency.
Updated:
aws-sdk
peer dependency set to any
Internal:
- Updated test dependencies
Updated:
aws-sdk
added as a peer dependency
Internal:
- Updated dependencies
New:
- Added
putParameter()
andputParameterSync
. Thanks @AvnerCohen
Updated:
- Requires node 8.10 or higher
Internal:
- Updated test dependencies
Updated:
- Add alternative output for SSM error condition. Thanks @aaronfay
Internal:
- Updated test dependencies
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
Improved:
- Added options to define region
Internal:
- Added repo to
package.json
mocha
test dependency is now run using a global install
Initial Release