Brian Rodgers
Brian Rodgers
Hi, great work on your script! I made a few changes I'd like to submit back to you. 1. I added an optional command line parameter to specify which volume...
Right now `AWS::CloudFormation::Stack` takes [Map[String, String]], which only allows for hard coded parameter values. At the very least, we want values to be a Token[String] so that we can reference...
CFTG's type safety starts causing problems when trying to reference one template as a stack inside another. An example of this is if you want to have your core VPC...