https://github.com/and3rson/envaws
Run application with environment loaded from AWS SSM.
https://github.com/and3rson/envaws
amazon amazon-web-services aws boto3 configuration env envconsul environment environment-variables ssm
Last synced: 2 months ago
JSON representation
Run application with environment loaded from AWS SSM.
- Host: GitHub
- URL: https://github.com/and3rson/envaws
- Owner: and3rson
- License: gpl-3.0
- Created: 2018-05-03T08:06:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T09:27:48.000Z (about 8 years ago)
- Last Synced: 2025-06-10T18:14:06.844Z (about 1 year ago)
- Topics: amazon, amazon-web-services, aws, boto3, configuration, env, envconsul, environment, environment-variables, ssm
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# envaws
Run application with environment loaded from AWS SSM.
# installation
```
pip install envaws
```
# usage
```
usage: envaws [-h] [-p PROFILE] [-r REGION] -k KEY_PREFIX command ...
Run application with environment loaded from AWS SSM.
positional arguments:
command Child command to run.
arg Child command arguments.
optional arguments:
-h, --help show this help message and exit
-p PROFILE, --profile PROFILE
Override AWS config profile (omit to auto-detect.)
-r REGION, --region REGION
Override region (omit to auto-detect)
-k KEY_PREFIX, --key-prefix KEY_PREFIX
SSM key prefix
```