kindlyops / pipeline-monitor

lambda function to monitor AWS CodePipeline and annotate GitHub commits with status of pipeline action executions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipeline-monitor

lint reviewdog

The project provides CodeBuild/CodePipeline integration with GitHub for better developer experience.

  1. Annotate GitHub commits with status of CodePipeline action executions - this is typically deployment pipelines
  2. Post CodeBuild logs as PR comments (linters, tests, builds)

build and test

bazel test //...

updating dependencies

bazel run syncdeps

About

lambda function to monitor AWS CodePipeline and annotate GitHub commits with status of pipeline action executions

License:Apache License 2.0


Languages

Language:Go 78.8%Language:Starlark 17.5%Language:Shell 2.1%Language:Dockerfile 1.5%