2.2.7 • Published 1 year ago
@gammarers/aws-codesuite-state-change-detection-event-rules v2.2.7
AWS CodeSuite State Change Detection Event Rule
This an AWS CodePipeline execution state change detection event rule
Install
TypeScript
install by npm
npm install @gammarers/aws-codesuite-state-change-detection-event-rulesinstall by yarn
yarn add @gammarers/aws-codesuite-state-change-detection-event-rulesinstall by pnpm
pnpm add @gammarers/aws-codesuite-state-change-detection-event-rulesinstall by bun
bun add @gammarers/aws-codesuite-state-change-detection-event-rulesExample
CodePipeline Pipeline Execution State Change Detection Event Rule Handling
import { CodePipelineExecutionStateChangeDetectionEventRule } from '@gammarers/aws-codesuite-state-change-detection-event-rules';
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-rules',
targets: new targets.LambdaFunction(fn),
});CodePipeline Stage Execution State Chagen Detection Event Rule Handling
import { CodePipelineStageExecutionStateChangeDetectionEventRule } from '@gammarers/aws-codesuite-state-change-detection-event-rules';
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 CodePipelineStageExecutionStateChangeDetectionEventRule(stack, 'CodePipelineStageExecutionStateChangeDetectionEventRule', {
targets: new targets.LambdaFunction(fn),
});License
This project is licensed under the Apache-2.0 License.
2.1.18
1 year ago
2.1.19
1 year ago
2.2.1
1 year ago
2.1.2
2 years ago
2.2.0
1 year ago
2.1.1
2 years ago
2.2.3
1 year ago
2.1.4
2 years ago
2.2.2
1 year ago
2.1.3
2 years ago
2.2.5
1 year ago
2.1.6
1 year ago
2.0.7
2 years ago
2.2.4
1 year ago
2.1.5
1 year ago
2.0.6
2 years ago
2.2.7
1 year ago
2.1.21
1 year ago
2.1.8
1 year ago
2.2.6
1 year ago
2.1.22
1 year ago
2.1.7
1 year ago
2.1.20
1 year ago
2.1.0
2 years ago
2.1.9
1 year ago
2.1.16
1 year ago
2.1.17
1 year ago
2.1.14
1 year ago
2.1.15
1 year ago
2.1.12
1 year ago
2.1.13
1 year ago
2.1.10
1 year ago
2.1.11
1 year ago
2.0.5
2 years ago
2.0.4
2 years ago
2.0.3
2 years ago
2.0.2
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago