1.0.0 • Published 4 years ago

@rapidaim/rassm v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

SSM parameter store

$> npm i
$> AWS_PROFILE=... AWS_REGION=... node ./app/index {action} {definition} {output}
  • AWS_PROFILE: The AWS_PROFILE to be used (assuming a .aws/credentials file exists with the given profile name)
  • AWS_REGION: The AWS_REGION which will be used for the operations. Defaults to ap-southeast-2.

  • action: Either set or get
  • definition: The file where the parameters are described. (See ./env.json for an example.)
  • output: (Optional) File where values will be written (on action = get). Defaults to the service value in env.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