https://github.com/supabase/functions-relay
API Gateway for Supabase Edge functions
https://github.com/supabase/functions-relay
Last synced: 10 months ago
JSON representation
API Gateway for Supabase Edge functions
- Host: GitHub
- URL: https://github.com/supabase/functions-relay
- Owner: supabase
- License: mit
- Archived: true
- Created: 2022-03-31T10:55:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T14:55:51.000Z (about 3 years ago)
- Last Synced: 2024-10-29T12:29:30.372Z (almost 2 years ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 35
- Watchers: 27
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Functions Relay (Archived)
### Update (07/07/2023)
This repo is no longer used. For any issues related to running Edge Functions via Supabase CLI, refer to [Edge Runtime](https://github.com/supabase/edge-runtime) repo
Supabase Functions Relay is the API gateway which is run before any edge function is invoked. For more details see our Functions blog post [here](https://supabase.com/blog/2022/03/31/supabase-edge-functions)
### CONTRIBUTING
* This repo uses [semantic release](https://github.com/semantic-release/semantic-release) for releases. Follow the semantic release commit guide when making commits.