Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 344 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 344 Bytes

SSM Reflection

This is a little demo of using Golang reflection to populate a struct with SSM variables.

I attached this JSON file to demonstrate the SSM variable structure in the cloud.

This blog helped me understand reflection.