Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.

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

No packages published