/local-webhooks

Bring web events to a local environment

Primary LanguagePython

Local Webhooks

This code is part of a tutorial on my website. If you'd like to follow along on how to use this, you can view the tutorial at:

Overview

This project is made up of two pieces. A Lambda function, which runs on AWS's Lambda, and a client, which downloads and submits events to a local environment.

To see more information about the client, please view it's readme:

View Client