An open API service indexing awesome lists of open source software.

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.

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
```