Add cfn-lint to CloudFormation SDK #6491
Labels
closed-for-staleness
feature-request
New feature or enhancement. May require GitHub community feedback.
p3
This is a minor priority issue
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Describe the feature
Currently, the CloudFormation SDK has a ValidateTemplateCommand that is ...pretty useless as a validator. It would be amazing to have that command run cfn-lint and return the results instead.
Use Case
I'd like to be able to validate CloudFormation templates in a web app, rather than just the CLI.
Proposed Solution
Have the
ValidateTemplateCommand
return the results of runningcfn-lint
on a template.Other Information
No response
Acknowledgements
SDK version used
3
Environment details (OS name and version, etc.)
MacOS
The text was updated successfully, but these errors were encountered: