sam701 / syconf

A simple configuration language that keeps your config files lean
Apache License 2.0
3 stars 1 forks source link

Add functions to retrieve values from AWS SSM and Secrets Manager #5

Closed sam701 closed 3 years ago

sam701 commented 3 years ago

This could bloat the binary. It is actually fine to stay with the current shell function

shell("aws ssm get-parameter --with-decryption --name /my-secret").parse_json().Parameter.Value