ssm2env-cli
v1.0.0
Published
AWS SSM Parameter-Store to Environment Variables
Downloads
3
Readme
AWS SSM Parameter Store to Environment Variables
Reads key/values from AWS SSM Parameter-Store and applies it to environment variables.
Install
npm install -g ssmenv
Getting started
- Create a
.env
or.env.[NODE_ENV]
file - Add CDK_STACK_NAME=MyStackName, CDK_STACK_ENV=MyStackEnvName to the created
.env
file - Enter
ssmenv
into the command-line