1.3.7 • Published 3 years ago

aws-process-env v1.3.7

Weekly downloads
5
License
BSD-3
Repository
github
Last release
3 years ago

aws-process-env

This NPM module helps you fetch data from AWS parameter store and assign it to Process.env variable

aws-process-env

This NPM module helps you fetch data from AWS parameter store and assign it to Process.env variable

Installation

Install via npm

npm install aws-process-env

Getting Started

  • This module is most helpful when your program is using Parameter store to store environment variables and you need all variables available synchronously as soon as program starts.
  • Module will fetch all parameters and will store in Process.env variable.
  • It also supports cascading
  • You can call this module in main thread.

Example

  const aws = require('aws-process-env');
  aws.getProcessEnv('<AWS_REGION>', '<root path of Parameter store>');
Parametersdefaultvalue
regionUS-EAST-1Region where application is running
Root PathnonePath of Parameter store. If none pass '/'
1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago

1.2.0

3 years ago

1.2.8

3 years ago

1.1.9

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.8

3 years ago

1.1.1

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.9

3 years ago

1.1.7

3 years ago

1.0.8

3 years ago

1.1.6

3 years ago

1.0.7

3 years ago

1.1.5

3 years ago

1.0.6

3 years ago

1.1.4

3 years ago

1.0.5

3 years ago

1.1.3

3 years ago

1.0.4

3 years ago

1.1.2

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago