0.1.0 • Published 4 years ago

env-resolver v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

ENV Resolver (Node)

npm.io

This is a small utility to resolve SSM Parameters and Secretsmanager Secrets and conditionally set them in the environment.

This is helpful for services like AWS Batch or AWS Lambda where there is not a way natively to pass secret values.

Install

npm install env-resolver

This package assumes that you already depend on aws-cdk and have it installed as a dependency of your project. If you are using this package in AWS Lambda, aws-cdk will already be available.