Skip to content

resend/resend-supabase-edge-functions-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resend with Supabase Edge Functions

This example shows how to use Resend with Supabase Edge Functions.

Prerequisites

To get the most out of this guide, you’ll need to:

cp .env.example .env

Instructions

  1. Make sure you have the latest version of the Supabase CLI installed.

  2. Run function locally:

supabase start
supabase functions serve --no-verify-jwt --env-file .env

GET http://localhost:54321/functions/v1/resend

  1. Deploy function to Supabase:
supabase functions deploy resend --no-verify-jwt

License

MIT License