@gammarers/aws-stepfunctions-execution-status-change-detection-event-rule
v1.1.20
Published
This an AWS Step Functions execution status change detection event rule.
Readme
AWS Step Functions Execution Status Change Detection Event Rule
This an AWS Step Functions execution status change detection event rule. default catch status is fail or timeout.
Install
TypeScript
install by npm
npm install @gammarers/aws-stepfunctions-execution-status-change-detection-event-ruleinstall by yarn
yarn add @gammarers/aws-stepfunctions-execution-status-change-detection-event-ruleExample
Code
import { 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),
],
});License
This project is licensed under the Apache-2.0 License.
