10000 [SFN] Add support for Task Timeouts by MEPalma · Pull Request #8376 · localstack/localstack · GitHub
[go: up one dir, main page]

Skip to content

[SFN] Add support for Task Timeouts #8376

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 25, 2023
Merged
Prev Previous commit
Next Next commit
minor cleanup
  • Loading branch information
MEPalma committed Jun 22, 2023
commit 2682ffa5695101cf5776f17b3a8742c8bae19e2a
2 changes: 0 additions & 2 deletions localstack/testing/snapshots/transformer_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,6 @@ def stepfunctions_api():
"X-Amzn-Trace-Id",
replace_reference=False,
),
SortingTransformer("VersionStages"),
SortingTransformer("Versions", lambda e: e.get("CreatedDate")),
]

# TODO add example
Expand Down
0