https://github.com/mikebild/ssmenv-cli
AWS SSM Parameter-Store to Environment Variables
https://github.com/mikebild/ssmenv-cli
Last synced: about 1 year ago
JSON representation
AWS SSM Parameter-Store to Environment Variables
- Host: GitHub
- URL: https://github.com/mikebild/ssmenv-cli
- Owner: MikeBild
- Created: 2020-01-16T14:53:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T14:04:04.000Z (over 5 years ago)
- Last Synced: 2025-04-17T19:49:57.751Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
1. Create a `.env` or `.env.[NODE_ENV]` file
2. Add CDK_STACK_NAME=MyStackName, CDK_STACK_ENV=MyStackEnvName to the created `.env` file
3. Enter `ssmenv` into the command-line