alexdebrie / github-webhook-custom-resource

CloudFormation custom resource for creating a Github webhook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Webhook Custom Resource

This directory includes code for deploying a CloudFormation custom resource that provisions a GitHub webhook.

It is a companion to a blog post on using CloudFormation custom resources.

Usage

Deploying the custom resource

Check the README in the gh-custom-resource directory for instructions on deploying the custom resource.

Using the custom resource

After you've deployed the custom resource, you can use the template.yaml in this directory to deploy a sample application.

Example usage:

aws cloudformation deploy \
  --template-file template.yaml \
  --stack-name github-webhook-test \
  --parameter-overrides REPO=alexdebrie/alexdebrie.com ENDPOINT=http://requestbin.fullcontact.com/z0azobz0

Be sure to override the REPO and ENDPOINT values with your own values.

About

CloudFormation custom resource for creating a Github webhook


Languages

Language:Python 100.0%