Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

archipinion-aws-parameter-store

kamar18ISC1.0.4

Module to load credentials from AWS Parameter Store

readme

archipinion-aws-parameter-store

Module to load credentials from AWS Parameter Store

Features

  • Exports function connection(path)
  • Path should be taken from AWS Parameter Store Name, e.g. 'ecs/production/name'
  • Returns an object with all parameters associated with given path

Installation

  • Install using npm i archipinion-aws-parameter-store
  • Require package in respective files
  • Get parameters by path using await requiredVariable.connection('path')
  • Within Lambda function add respective IAM role granting access to perform getParametersByPath on Lambda resource