cfn-lint and aws cloudformation validate-template
#3253
Unanswered
rchildress87
asked this question in
Q&A
Replies: 1 comment
-
The AWS documentation seems to suggest that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a pipeline for deploying CloudFormation templates to an AWS account. Currently, I have the pipeline configured to check for YAML formatting errors, lint with cfn-lint, and then send off to the AWS CloudFormation API for validation with
aws cloudformation validate-template
. I have started to wonder if validating against the CloudFormation API is redundant. Are there any checks that the CloudFormation API performs when validating a template that cfn-lint does not already perform?Beta Was this translation helpful? Give feedback.
All reactions