codebuild-runner

command module
v0.0.0-...-096fdc8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
githubwebhook

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL