Loren Gordon a266d4f224 Supports ssm: variable references
Adds support for specifying SSM parameters as serverless variables.
Basic syntax is `${ssm:<foo>}`. To support decryption of SecureString
parameters, the extended syntax is `${ssm:<foo>~true|false}`. The `~`
is a delimiter; `true|false` is evaluated and passed to the
`WithDecryption` option of the SSM API.
2017-09-01 12:54:04 -04:00
..
2017-08-15 15:52:24 +07:00
2017-05-26 17:00:52 -07:00
2017-08-21 13:35:04 +02:00
2017-08-21 13:11:29 +02:00
2017-09-01 12:54:04 -04:00
2017-08-21 13:35:04 +02:00