An open API service indexing awesome lists of open source software.

https://github.com/thorwebdev/edgy-edge-functions

The Edgiest Edge Functions out there!
https://github.com/thorwebdev/edgy-edge-functions

Last synced: 4 months ago
JSON representation

The Edgiest Edge Functions out there!

Awesome Lists containing this project

README

        

# [Edgy Edge Functions - a Supabase Series](https://youtube.com/playlist?list=PL5S4mPUpp4OulD3olUW8Eq1IYKpUbk5Ob)

Edgy Edge Functions is a video series where we explore [Supabase Edge Functions](https://supabase.com/edge-functions) and [Deno](https://deno.land/) functionality and features.

If there's something you'd like to learn about, please [open an issue](https://github.com/thorwebdev/edgy-edge-functions/issues/new/choose) and let me know on [this Tweet thread](https://twitter.com/thorwebdev/status/1595719098863788032).

Thanks for stopping by! Denosaur and I will see you soon \o/

Find more [Supabase Edge Functions Examples here](https://supabase.com/docs/guides/functions/examples)!

## Episodes

1. [ [Video](https://youtu.be/jZgyOJGWayQ) | [Code](./supabase/functions/og-image/) ] Generating OG Images
1. [ [Video](https://www.youtube.com/watch?v=wW6L52v9Ldo) | [Code](./supabase/functions/og-image-storage-cdn/) ] Caching OG Images with Storage CDN
1. [ [Video](https://www.youtube.com/watch?v=l2KlzGrhB6w) | [Code](./.github/workflows/deploy.yaml) ] Deploying from GitHub Actions
1. [ [Video](https://www.youtube.com/watch?v=6OMVWiiycLs) | [Code](./supabase/functions/stripe-webhook/) ] Handling Stripe Webhooks
1. [ [Video](https://www.youtube.com/watch?v=AWfE3a9J_uo) | [Code](./supabase/functions/telegram-bot/) ] Building a Telegram Bot
1. [ [Video](https://www.youtube.com/watch?v=OwW0znboh60) | [Code](./supabase/functions/cloudflare-turnstile/) ] Better CAPTCHA with Cloudflare Turnstile
1. [ [Video](https://www.youtube.com/watch?v=J24Bvo_m7DM) | [Code](./supabase/functions/discord-bot/) ] Creating Discord Slash Commands
1. [ [Video](https://www.youtube.com/watch?v=ILr3cneZuFk) | [Code](./supabase/functions/import_map.json) ] Import Maps
1. [ [Video](https://www.youtube.com/watch?v=cl7EuF1-RsY) | [Code](./supabase/functions/postgres-on-the-edge/) ] Postgres on the Edge
1. [ [Video](https://www.youtube.com/watch?v=-U6DJcjVvGo) | [Docs](https://supabase.com/docs/guides/functions/schedule-functions) ] Scheduling Functions
1. [ [Video](https://youtu.be/F505n0d9iuA) | [Code](https://github.com/supabase/supabase/tree/master/examples/edge-functions/supabase/functions/postgres-on-the-edge) ] Caching Postgres on the Edge with PolyScale.ai
1. [ [Video](https://youtu.be/29p8kIqyU_Y) | [Code](https://github.com/supabase/supabase/tree/master/examples/edge-functions/supabase/functions/openai) ] OpenAI with Edge Functions