Skip to content

alexdebrie/github-webhook-custom-resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages