Skip to content

Commit

Permalink
feat: export PipelineWatcher (#1742)
Browse files Browse the repository at this point in the history
`PipelineWatcher` is the construct used in delivlib to monitor CodePipeline pipelines. It is very useful and we can leverage it to monitor pipelines that aren't managed by delivlib (e.g OpsPipeline). 

-----

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
iliapolo authored Sep 30, 2024
1 parent a252aa4 commit 6bd9d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ export * from './pull-request';
export * from './chime-notifier';
export * from './pipeline-notifications';
export * from './package-integrity';
export * from './pipeline-watcher';

0 comments on commit 6bd9d61

Please sign in to comment.