-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
stage/needs-triageAutomatically applied to new issues and PRs, indicating they haven't been looked at.Automatically applied to new issues and PRs, indicating they haven't been looked at.
Description
Description
SAM template schema does not have the newly-supported AWS::DSQL::* CloudFormation resource type(s), but they are valid in sam validate --lint and sam deploy. This results in errors when using a yaml lsp.
Steps to reproduce
- Add the following resource to a template.yaml file in a SAM application.
db:
Type: AWS::DSQL::Cluster
Properties:
DeletionProtectionEnabled: false - Open the file in an IDE that uses the SAM schema for validation.
Observed result
Value is not accepted. Valid values: "AWS::Serverless::Connector".
Expected result
No errors
Additional environment details
- OS: Windows 11
- If using the SAM CLI,
sam --version: 1.140.0
Metadata
Metadata
Assignees
Labels
stage/needs-triageAutomatically applied to new issues and PRs, indicating they haven't been looked at.Automatically applied to new issues and PRs, indicating they haven't been looked at.