Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cfn-lint to CloudFormation SDK #3387

Open
1 of 2 tasks
bildungsroman opened this issue Jun 24, 2024 · 2 comments
Open
1 of 2 tasks

Add cfn-lint to CloudFormation SDK #3387

bildungsroman opened this issue Jun 24, 2024 · 2 comments

Comments

@bildungsroman
Copy link

Is this feature request related to a new rule or cfn-lint capabilities?

New capability

Describe the feature you'd like to request

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 as return the results instead.

Describe the solution you'd like

Have the ValidateTemplateCommand return the results of running cfn-lint on a template.

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request

Would this feature include a breaking change?

  • ⚠️ This feature might incur a breaking change
@isuftin
Copy link

isuftin commented Jun 24, 2024

Also, being that AWS SDK does come in a Python flavor, the Python version could pick up cfn-lint libs directly instead of needing to run the commandline binary like I assume non-Python SDKs would

@isuftin
Copy link

isuftin commented Jun 24, 2024

@bildungsroman -Do you think this issue may be more appropriate in the SDK repos? https://github.com/aws/aws-sdk-js/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants