runtheops / ssm-diff

A human-friendly way of managing parameters in AWS SSM
MIT License
46 stars 25 forks source link

Adds a !JSON tag #23

Open claytondaley opened 5 years ago

claytondaley commented 5 years ago

This PR builds on my most recent. It adds a !JSON tag. This tag will store a YAML branch as a stringified JSON stucture in Parameter Store. This makes it possible to pass a complex nested structure through SSM without having to manually construct the JSON string.