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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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