getSecret() { aws ssm get-parameter \ --region us-east-1 \ --name "$1" \ --with-decryption \ --output json \ | jq -r ".Parameter.Value" }