1.0.0 • Published 5 years ago
@rapidaim/rassm v1.0.0
SSM parameter store
$> npm i
$> AWS_PROFILE=... AWS_REGION=... node ./app/index {action} {definition} {output}AWS_PROFILE: TheAWS_PROFILEto be used (assuming a.aws/credentialsfile exists with the given profile name)AWS_REGION: TheAWS_REGIONwhich will be used for the operations. Defaults toap-southeast-2.
action: Eithersetorgetdefinition: The file where the parameters are described. (See./env.jsonfor an example.)output: (Optional) File where values will be written (onaction=get). Defaults to theservicevalue 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
1.0.0
5 years ago