We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New capability
This PR #3501 stopped validation of all parameters when Transform is used.
Would it be possible to validate that parameters are at least present in local yaml files?
Api: Type: AWS::Serverless::Api Properties: DefinitionBody: Fn::Transform: Name: AWS::Include Parameters: Location: swagger.yaml
Validate that parameters are present in local DefinitionBody yaml files when Transform is used
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this feature request related to a new rule or cfn-lint capabilities?
New capability
Describe the feature you'd like to request
This PR #3501 stopped validation of all parameters when Transform is used.
Would it be possible to validate that parameters are at least present in local yaml files?
Describe the solution you'd like
Validate that parameters are present in local DefinitionBody yaml files when Transform is used
Is this something that you'd be interested in working on?
Would this feature include a breaking change?
The text was updated successfully, but these errors were encountered: