Skip to content

Commit 792370a

Browse files
authored
feat(stepfunctions): amazon-states-language-service 1.10→1.11 #3806
Add Step Functions validations for: - Fail State: ErrorPath & CausePath. - Retry: MaxDelaySeconds & JitterStrategy.
1 parent 06507c3 commit 792370a

File tree

3 files changed

+66
-10
lines changed

3 files changed

+66
-10
lines changed
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: Upgrade amazon-states-language-service to 1.11. This new version adds Fail State fields ErrorPath and CausePath, and on Retriers MaxDelaySeconds and JitterStrategy."
4+
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3655,7 +3655,7 @@
36553655
"@aws-sdk/util-arn-parser": "^3.46.0",
36563656
"@iarna/toml": "^2.2.5",
36573657
"adm-zip": "^0.5.10",
3658-
"amazon-states-language-service": "^1.10.0",
3658+
"amazon-states-language-service": "^1.11.0",
36593659
"async-lock": "^1.4.0",
36603660
"aws-sdk": "^2.1384.0",
36613661
"aws-ssm-document-language-service": "^1.0.0",

0 commit comments

Comments
 (0)