How to Validate an AWS CloudFormation Template
The AWS CLI comes with a useful subcommand to validate a CloudFormation template.
Simply run the following to validate a CloudFormation template file:
|
|
Remember to swap out cf-infra.yaml
with your CloudFormation template file.