Summarize CloudFormation Required Parameters with jq
Tung Nguyen
·
September 17, 2017
·
1 min read
Shortly after the last video CloudFormation Templates and jq Tips, I wanted to know what the required parameters in a CloudFormation template were. This is also an easy task with jq. I’ll show you how to use jq to quickly summarize the required and optional parameters in a CloudFormation template in this post. It’s a one-liner 😁
Read more →