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
Backstage's template.yaml is not included and seems to match too braodly to one of AWS's components. For example, I get the following errors in Megalinter:
Processing ./templates/template.yaml
Found schema in https://www.schemastore.org/api/json/catalog.json ...
Validating ./templates/template.yaml against schema from https://raw.githubusercontent.com/aws/serverless-application-model/main/samtranslator/schema/schema.json ...
./templates/template.yaml is invalid
./templates/template.yaml# must have required property 'Resources'
./templates/template.yaml# must NOT have additional properties
./templates/template.yaml# must NOT have additional properties
./templates/template.yaml# must NOT have additional properties
./templates/template.yaml# must NOT have additional properties
"name": "AWS CloudFormation Serverless Application Model (SAM)",
"description": "The AWS Serverless Application Model (AWS SAM, previously known as Project Flourish) extends AWS CloudFormation to provide a simplified way of defining the Amazon API Gateway APIs, AWS Lambda functions, and Amazon DynamoDB tables needed by your serverless application",
Description of the JSON schema.
Backstage's
template.yaml
is not included and seems to match too braodly to one of AWS's components. For example, I get the following errors in Megalinter:And the matching schema:
schemastore/src/api/json/catalog.json
Lines 1509 to 1512 in 9b03146
Supporting information.
Backstage's
template.yaml
is defined here: https://backstage.io/docs/features/software-catalog/descriptor-format/#kind-templateAre you making a PR for this?
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered: