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
sam does not know about the AWS::CloudFormation::LambdaHook resource type. Can you please update the program to include this resource type?
Steps to reproduce:
$ sam validate --lint -t template.yaml
[[E3006: Validate the CloudFormation resource type] (Resource type'AWS::CloudFormation::LambdaHook' does not exist in'us-east-1') matched 385]
Error: Linting failed. At least one linting rule was matched to the provided template.
However, sam deploy will successfully deploy this resource type.
Expected result:
I expect sam to know about this resource type and return an exit value of 0.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
Description:
sam
does not know about theAWS::CloudFormation::LambdaHook
resource type. Can you please update the program to include this resource type?Steps to reproduce:
However,
sam deploy
will successfully deploy this resource type.Expected result:
I expect
sam
to know about this resource type and return an exit value of0
.Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
MacOS 15.1.1
sam --version
:SAM CLI, version 1.130.0
us-east-1
The text was updated successfully, but these errors were encountered: