Replies: 3 comments
-
Moving this to since schema is present at: https://github.com/aws/serverless-application-model/blob/develop/samtranslator/validator/sam_schema/schema.json and does not contain FunctionUrlConfig |
Beta Was this translation helpful? Give feedback.
-
Where exactly does this error show up? Is it blocking deployments? The string "is not allowed" doesn't really show up in our codebase. Is this perhaps from the AWS Toolkit for VS Code extension? |
Beta Was this translation helpful? Give feedback.
-
Closing due to inactivity. I strongly suspect this is an error from the AWS Toolkit extension (https://github.com/aws/aws-toolkit-vscode) and not the schema provided by SAM. In the SAM-provided schema |
Beta Was this translation helpful? Give feedback.
-
Hi there I am having an issue when I try to create a lambda with function URL, this is the code that I found on aws docs but is not working
The issue is "Property FunctionUrlConfig is not allowed.yaml-schema", as my undertanding it means that FunctionUrlConfig is not included on sam.schema.json
Any ideas how to fix that, help me please?
windows 11
Node js 18
sam version 1.172.0
oregon
{
"version": "1.72.0",
"system": {
"python": "3.8.8",
"os": "Windows-10-10.0.22621-SP0"
},
"additional_dependencies": {
"docker_engine": "Not available",
"aws_cdk": "Not available",
"terraform": "Not available"
}
}
Beta Was this translation helpful? Give feedback.
All reactions