Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.
/ codebuild-runner Public archive

Lambda to integrate GitHub Webhook and AWS CodeBuild

License

Notifications You must be signed in to change notification settings

int128/codebuild-runner

Repository files navigation

codebuild-runner

This is a Lambda function to integrate GitHub Webhook and AWS CodeBuild.

You can define workflows in your repository.

# /.codebuild/workflows/build.yaml
on:
  push:
    paths:
      - .codebuild/workflows/build.yaml
      - '**.go'

jobs:
  build:
    buildspec: /buildspec.yml

About

Lambda to integrate GitHub Webhook and AWS CodeBuild

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages