Skip to content

Commit 59e1c3c

Browse files
silviac98Silvia Chen
andauthored
feat(toolkit): Expand data source and output options for Distributed Map in ASL language schema (#6680)
## Problem ## Solution Upgrade `amazon-states-language-service` to 1.16.1. The new version expands data source and output options for Distributed Map in ASL. Feature release post: https://aws.amazon.com/about-aws/whats-new/2025/02/aws-step-functions-data-source-output-option-distributed-map/ --- ![Screenshot 2025-02-25 at 12 28 22 PM](https://github.com/user-attachments/assets/8d70d111-558b-4973-b206-2601929d0e9e) - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: Silvia Chen <[email protected]>
1 parent 5d9cbf3 commit 59e1c3c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
"@vscode/debugprotocol": "^1.57.0",
522522
"@zip.js/zip.js": "^2.7.41",
523523
"adm-zip": "^0.5.10",
524-
"amazon-states-language-service": "^1.15.0",
524+
"amazon-states-language-service": "^1.16.1",
525525
"async-lock": "^1.4.0",
526526
"aws-sdk": "^2.1692.0",
527527
"aws-ssm-document-language-service": "^1.0.0",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Step Functions: Expand data source and output options for Distributed Map in ASL language schema"
4+
}

0 commit comments

Comments
 (0)