As a developer, I'd like to specify a CloudFormation template in my parameter.yml file. Restacker CLI should be able to parse the parameter.yml file, find the CFNTemplate: configuration, and automatically grab the matching CFn template from S3 Bucket supplied in restacker.yml file.
Feature
As a developer, I'd like to specify a CloudFormation template in my
parameter.yml
file. Restacker CLI should be able to parse theparameter.yml
file, find theCFNTemplate:
configuration, and automatically grab the matching CFn template from S3 Bucket supplied inrestacker.yml
file.Example
TODO