aws-parameter-store

0.1.1 • Public • Published

aws-parameter-store

Wrapper around AWS Parameter Store SDK Methods for use with App Configuration

Usage

This will take all vars in /production/shared and /production/api and combine them into a single json object


import ParameterStore from '../src/ParameterStore';

ParameterStore.setRegion('us-east-1');
ParameterStore.mergePathsAsObject([
    '/production/shared',
    '/production/api'
], (oError, oResults) => console.log(JSON.stringify(oResults, null, '    ')));

Readme

Keywords

none

Package Sidebar

Install

npm i aws-parameter-store

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

18 kB

Total Files

9

Last publish

Collaborators

  • enobrev