Skip to content

Grab parameters from the SSM Parameter store as a single json object

License

Notifications You must be signed in to change notification settings

gadgetry-io/get-ssm-params

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-ssm-parameters

Installation

Usage

> echo '{"path":"/dev/grafana"}' | get-ssm-params
{"ApplicationParameters":"[]"}

or

> echo '{"paths":["/dev/default","/dev/grafana"]}' | get-ssm-params
{"ApplicationParameters":"[]"}

or

> echo '{"paths":"/dev/default /dev/grafana"}' | get-ssm-params
{"ApplicationParameters":"[]"}

Development

  1. clone the repo
  2. make your changes
  3. build npm run build

About

Grab parameters from the SSM Parameter store as a single json object

Resources

License

Stars

Watchers

Forks

Packages

No packages published