This script will help creating parameter store params by simply listing them into a yaml file.
This script will help creating/delete parameter store params by simply listing them in a yaml file.
This become handy when you have multiple parameters to create/update/delete.
pip3 install -r requirements.txt
python3 parameter_store_cli.py create
python3 parameter_store_cli.py delete
```