You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here you can find some useful examples demonstrating specific usages of AWS Local Step Functions.
4
+
5
+
-[abort-execution-without-throwing](./abort-execution-without-throwing.js): Abort a running execution without throwing an error.
6
+
-[abort-execution](./abort-execution.js): Abort a running execution.
7
+
-[check-for-execution-failure](./check-for-execution-failure.js): Check if execution failed and catch error.
8
+
-[disable-state-machine-validation](./disable-state-machine-validation.js): Disable ARN and/or JSONPath validations when instantiating a new `StateMachine` object.
9
+
-[task-state-local-override](./task-state-local-override.js): Override the default action for a `Task` state, so that instead of invoking the Lambda specified in the `Resource` field, it runs a local function. This allows running state machines completely locally.
10
+
-[wait-state-local-override](./wait-state-local-override.js): Override the wait duration of a `Wait` state so that instead of waiting the duration specified in the `Seconds`, `Timestamp`, `SecondsPath`, `TimestampPath` fields, it waits for a specified number of milliseconds.
0 commit comments