=====================================================================================================
tstdel-get-properties
=====================================================================================================
Project Title: tstdel-get-properties-by-names
Project Owner: Test Delivery Team
Description: This node package is used to retrieve properties from AWS Parameter Store for the requested list
of parameter names.
This package assumes that you have the following configured in your lambda function environment.
1. AWS_REGION
2. SSM_PATH
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-by-names
How to use:
In your code:
var propUtil = require('tstdel-get-properties-by-names');
var properties = {};
var names = [
'/abc/xyz/efgh.wert'
];
await propUtil(properties, names);
tstdel-get-properties-by-names-async
1.0.0 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i tstdel-get-properties-by-names-async
Weekly Downloads
6
Version
1.0.0
License
ISC
Unpacked Size
3.36 kB
Total Files
3