aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.52k stars 451 forks source link

stepfunctions: asl format doesn't allow QueryLanguage key #6118

Open GabrieleCedrinoCorley opened 3 days ago

GabrieleCedrinoCorley commented 3 days ago

Problem

Steps to reproduce the issue

When viewing an .asl file for Amazon States Language, a QueryLanguage key is considered an error. According to the ASL spec:

image

So, I think the language should be allowing a QueryLanguage key.

Step to reproduce the issue

image

Expected behavior

Expected this .asl to be valid and thus graphable.

System details (run AWS: About and/or Amazon Q: About)

elvin-hwang commented 2 days ago

This issue can be closed as duplicate, here's the fix for this issue https://github.com/aws/amazon-states-language-service/pull/159