Skip to content

This script will help creating parameter store params by simply listing them into a yaml file.

License

Notifications You must be signed in to change notification settings

taherbs/aws-parameter-store-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Parameter Store generator

MIT licensed

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.

Prerequisites

  • Install prerequisites by running the below command:
pip3 install -r requirements.txt

Usage:

# Read the params prefixed with the specifued value
python3 parameter_store_cli.py read --prefix=/PARAM_PREFIX/ | python -m json.tool

# Create the params listed in the params.yaml file
python3 parameter_store_cli.py create

# Delete the params listed in the params.yaml file
python3 parameter_store_cli.py delete

About

This script will help creating parameter store params by simply listing them into a yaml file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages