This an AWS Step Functions execution status change detection event rule. default catch status is fail or timeout.
npm install @gammarers/aws-stepfunctions-execution-status-change-detection-event-ruleyarn add @gammarers/aws-stepfunctions-execution-status-change-detection-event-ruleimport { StepFunctionsExecutionStatusChangeDetectionEventRule } from '@gammarers/aws-stepfunctions-execution-status-change-detection-event-rule';
declare const handler: lambda.Function;
new StepFunctionsExecutionStatusChangeDetectionEventRule(stack, 'StepFunctionsExecutionStatusChangeDetectionEventRule', {
targets: [
new targets.LambdaFunction(handler),
],
});This project is licensed under the Apache-2.0 License.