-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bug: sam validate - TypeError during lint #7956
Comments
Also seeing this issue with GitHub Actions runners. SAM version 1.136.0. Works fine on 1.131.0 on local machine. This issue is blocking our deployment pipeline.
|
Thank you for reporting this. Let me take a look. |
+1 |
we are also facing problem with this version in our github actions. As a temp fix/work around, we have hard coded the version to 1.135.0 like this
|
Thank you for reporting this issue. After investigation, we've identified that this is caused by a bug in cfn-lint version 1.30.0 and newer. We've created an (issue) in the cfn-lint repository to address this problem. We'll be tracking the cfn-lint issue and will update SAM CLI to use the fixed version once it's available. |
Seems like cfn-lint solved the issue. Can you please provide us un update on this? Thanks |
Hi there, we will release a new version of SAM CLI (with the updated cfn-lint version) next week. |
|
Hi. Thank you for working on this issue and releasing |
Description:
Since version 1.136.0 (release a few hours ago), we're getting a stacktrace (from
cfnlint
) when trying to run the linter.Steps to reproduce:
Create two templates, with one referring to the other:
Run the linter on the main template:
Observed result:
Expected result:
Version <= 1.135.0 produces:
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
We're seeing the exact same error in our Github actions pipeline runners, they're on Ubuntu:24.04.2
The text was updated successfully, but these errors were encountered: