Validating Templates
Get ready to learn how to validate the template files which configure your application!
We'll cover the following...
YAML makes it easy to read CloudFormation template files but is very fiddly and error-prone. Small spacing issues can cause problems and that might not be immediately obvious when you read a template. CloudFormation will try deploying resources ...
Ask