You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some digging, it appears that this is an issue specifically with cfn-lint, which is a dependency of SAM that was bumped in a recent SAM release.
I ran in to the same issue reported in aws-sam-cli/issues/7397 when running the sam linter in CI/CD
[[E0001: Error found when transforming the template] (Error transforming template: Key None must be a string) matched 1]
Error: Linting failed. At least one linting rule was matched to the provided template.
Expected behavior
Defining a CFN connector with a type instead of id should pass linting validation
CloudFormation Lint Version
1.10.3
What operating system are you using?
Mac & Ubuntu
Describe the bug
Originally reported in the SAM repo here : aws/aws-sam-cli#7397
After some digging, it appears that this is an issue specifically with cfn-lint, which is a dependency of SAM that was bumped in a recent SAM release.
I ran in to the same issue reported in aws-sam-cli/issues/7397 when running the sam linter in CI/CD
Expected behavior
Defining a CFN connector with a type instead of id should pass linting validation
Reproduction template
From the original ticket :
Simplifed
The text was updated successfully, but these errors were encountered: