Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 537 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 537 Bytes

github-webhook-proxy

A simple Lambda function that recieves webhooks and routes them to the appropriate internal services based on the payload contents.

Example

GitHub send webhooks to a proxy address that forwards it to this Lambda function. This function then routes the webhook to the appropriate internal service based off the the repository_name specified in the webhook payload.

screen shot 2018-02-13 at 2 01 12 pm