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.
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.