@gammarers/aws-stepfunctions-execution-status-change-detection-event-rule
v1.0.4
Published
This an AWS Step Functions execution status change detection event rule.
Downloads
602
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-rule
install by yarn
yarn add @gammarers/aws-stepfunctions-execution-status-change-detection-event-rule
Example
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.