redhat-developer / redhat-developer/vscode-yaml
bug: it doesnt recognise the serverless variables whilst on serverless framework it shows as it should be
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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