redhat-developer / redhat-developer/vscode-yaml

bug: it doesnt recognise the serverless variables whilst on serverless framework it shows as it should be

Open
#699 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

schema_issue
Dominant language
TypeScript
Stars
829
Forks
260
Avg merge
5h 43m
Merged PRs (30d)
1

Description

Based on the Serverless Framework docs the schema should look like this but I get errors from the source till the end.


events:
      - cloudwatchEvent:
          name: ${self:custom.transcribeJobName.${self:provider.stage}}
          event:
            source:
              - 'aws.transcribe'
            detail-type:
              - 'Transcribe Job State Change'
            detail:
              TranscriptionJobStatus:
                - COMPLETED
                - FAILED

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the shown Serverless Framework configuration in vscode-yaml and inspect the diagnostics reported from the source field onward. Done means the valid AWS Transcribe event schema is accepted without errors; the issue does not identify a source file or test to run.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.