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 #6491

Open
1 of 2 tasks
bildungsroman opened this issue Sep 18, 2024 · 1 comment
Open
1 of 2 tasks

Add cfn-lint to CloudFormation SDK #6491

bildungsroman opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels
closing-soon This issue will automatically close in 4 days unless further comments are made. 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.

Comments

@bildungsroman
Copy link

bildungsroman commented Sep 18, 2024

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 running cfn-lint on a template.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

3

Environment details (OS name and version, etc.)

MacOS

@bildungsroman bildungsroman added feature-request New feature or enhancement. May require GitHub community feedback. needs-triage This issue or PR still needs to be triaged. labels Sep 18, 2024
@aBurmeseDev aBurmeseDev self-assigned this Sep 18, 2024
@aBurmeseDev
Copy link
Member

Hi @bildungsroman - thanks for reaching out.

The feature you're requesting requires a modification to the service model. Service models are controlled and generated by the respective service teams within AWS. However, I can submit a feature request to the CloudFormation team internally on your behalf.

Since this is not directly actionable by the SDK team and this repo is dedicated for SDK related, I'm going to close this issue. Let me know if you have any other questions.
Best,
John

@aBurmeseDev aBurmeseDev added service-api This issue is due to a problem in a service API, not the SDK implementation. closing-soon This issue will automatically close in 4 days unless further comments are made. p3 This is a minor priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closing-soon This issue will automatically close in 4 days unless further comments are made. 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.
Projects
None yet
Development

No branches or pull requests

2 participants