Skip to content

gammarers/aws-stepfunctions-execution-status-change-detection-event-rule

Repository files navigation

AWS Step Functions Execution Status Change Detection Event Rule

GitHub npm (scoped) GitHub Workflow Status (branch) GitHub release (latest SemVer)

View on Construct Hub

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.

About

This an AWS Step Functions execution status change detection event rule.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors