@rapidaim/rassm
v1.0.0
Published
``` $> npm i $> AWS_PROFILE=... AWS_REGION=... node ./app/index {action} {definition} {output} ```
Downloads
2
Readme
SSM parameter store
$> npm i
$> AWS_PROFILE=... AWS_REGION=... node ./app/index {action} {definition} {output}
AWS_PROFILE
: TheAWS_PROFILE
to be used (assuming a.aws/credentials
file exists with the given profile name)AWS_REGION
: TheAWS_REGION
which will be used for the operations. Defaults toap-southeast-2
.
action
: Eitherset
orget
definition
: The file where the parameters are described. (See./env.json
for an example.)output
: (Optional) File where values will be written (onaction
=get
). Defaults to theservice
value inenv.json
.
Parameters can be overwritten by starting the value with !
.
Parameters .data
and .type
default to "text" and "SecureString", respectively.
https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html