https://github.com/hookdeck/proxy-functions
AWS Lamda and Cloudflare Workers function to proxy webhooks to a Hookdeck webhook URL.
https://github.com/hookdeck/proxy-functions
Last synced: 10 months ago
JSON representation
AWS Lamda and Cloudflare Workers function to proxy webhooks to a Hookdeck webhook URL.
- Host: GitHub
- URL: https://github.com/hookdeck/proxy-functions
- Owner: hookdeck
- License: mit
- Created: 2021-06-17T03:56:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T14:39:56.000Z (over 4 years ago)
- Last Synced: 2025-01-23T13:13:48.734Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hookdeck proxy functions
This repository contains a collection of cloud proxy functions for Hookdeck.
There are a few use cases for these functions:
* Receive traffic on an endpoint that they control first
* Use a custom domain name
* Preprocess payloads before sending them to Hookdeck
# Supported clouds
Each directory has its own README file with its instructions for deployment.
We currently offer functions for the following:
* AWS
* Lambda (A lambda function)
* serverless via [serverless.com](serverless.com) deployment ([`aws-lambda/serverless/`](aws-lambda/serverless/))
* [SAM](https://docs.aws.amazon.com/serverless-application-model/index.html) deployment ([`aws-lambda/sam/`](aws-lambda/sam/))
* (coming soon) CloudFront function
* CloudFlare workers ([`cloudflare/`](cloudflare/))
# Contribute
Simply submit a PR against this repo.