aws-cloudformation / aws-cloudformation-resource-providers-awsutilities-commandrunner

Apache License 2.0
81 stars 21 forks source link

Improvement: use yaml for the BaseTemplate #34

Closed maslick closed 2 years ago

maslick commented 3 years ago

Solving #33

Description of changes: BaseTemplate.json -> BaseTemplate.yaml

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

shantgup commented 2 years ago

Using YAML causes some issues when the code tries to use the template to make the CreateStack API call. Decided to keep JSON.