1.0.0 • Published 6 months ago

tstdel-get-properties v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

=====================================================================================================

                                  tstdel-get-properties

=====================================================================================================

Project Title: tstdel-get-properties

Project Owner: Test Delivery Team

Description: This node package is used to retrieve properties from AWS Parameter Store. This package assumes that you have the following configured in your lambda function environment. 1. SSM_PATH 2. AWS_REGION

This package is in the act-npm repository - https://maven.corporate.act.org/repository/act-npm

How to install: npm --registry=https://maven.corporate.act.org/repository/npm-group install --save tstdel-get-properties

How to use:

In your code:

var propUtil = require('tstdel-get-properties'); var properties = {};

propUtil(properties, function(err) { if (err) { //Something went wrong with retrieving the properties } // properties object will now have the properties. });

1.0.0

6 months ago