When I want to update a stack, I first need to download the current live template in use with the stack. The old cfn-* tools would return my original file, whereas the new aws tool instead returns a re-formatted json version of my original template.
I wish to have an original raw copy of the template so it would be easier to make changes.
When I want to update a stack, I first need to download the current live template in use with the stack. The old cfn-* tools would return my original file, whereas the new aws tool instead returns a re-formatted json version of my original template.
I wish to have an original raw copy of the template so it would be easier to make changes.