1.2.12 • Published 10 months ago

@gammarers/aws-codepipeline-execution-state-change-detection-event-rule v1.2.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

AWS CodePipeline Execution State Change Detection Event Rule

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

View on Construct Hub

This an AWS CodePipeline execution state change detection event rule

Install

TypeScript

install by npm

npm install @gammarers/aws-codepipeline-execution-state-change-detection-event-rule

install by yarn

yarn add @gammarers/aws-codepipeline-execution-state-change-detection-event-rule

install by pnpm

pnpm add @gammarers/aws-codepipeline-execution-state-change-detection-event-rule

install by bun

bun add @gammarers/aws-codepipeline-execution-state-change-detection-event-rule

Example

import { CodePipelineExecutionStateChangeDetectionEventRule } from '@gammarers/aws-codepipeline-execution-state-change-detection-event-rule';

const fn = new lambda.Function(this, 'MyFunc', {
  runtime: lambda.Runtime.NODEJS_LATEST,
  handler: 'index.handler',
  code: lambda.Code.fromInline(`exports.handler = handler.toString()`),
});

const rule = new CodePipelineExecutionStateChangeDetectionEventRule(stack, 'CodePipelineStateChangeDetectionEventRule', {
  ruleName: 'example-codepipeline-state-change-detection-event-rule',
  targets: new targets.LambdaFunction(fn),
});

License

This project is licensed under the Apache-2.0 License.

1.2.12

10 months ago

1.2.11

10 months ago

1.2.10

10 months ago

1.2.9

10 months ago

1.2.8

11 months ago

1.2.7

11 months ago

1.2.6

11 months ago

1.2.5

11 months ago

1.2.4

12 months ago

1.2.3

12 months ago

1.2.2

12 months ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago