Reads key/values from AWS SSM Parameter-Store and applies it to environment variables.
npm install -g ssmenv
- 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