1.8.1 • Published 6 years ago

ssm-config v1.8.1

Weekly downloads
6
License
ISC
Repository
github
Last release
6 years ago

SSM-CONFIG

Reads a json object and replaces all all-caps keys with the SSM key from the value

Install

npm install --save ssm-config

Usage

const ssmConfig = require( 'ssm-config' );

ssmConfig( {
    username: 'testUser',
    PASSWORD: 'param-store-key'
} ).then( ( result ) => {
    // result.username == 'testUser'
    // result.password == 'thevalueinssm'
} ); 

AWS Config

  • This module assumes that aws credentials are setup either in the ~/.aws path or as environment variables
1.8.1

6 years ago

1.8.0

6 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago