Chapter 506: Using Remotion Lambda with Supabase
Core Idea
This page shows how to trigger a Remotion Lambda render from a Supabase Edge Function. Other than that, the steps to use Remotion Lambda are the same as described in the Remotion Lambda setup.
Key Concepts
- Invoking a Remotion Lambda render from Supabase Edge Functions<AvailableFrom v="4.0.265"/>
- Storing your renders in Supabase Storage<AvailableFrom v="4.0.259"/>
- See also
Code Examples
deno add @remotion/lambda-client@4.0.265
- What it demonstrates: Usage pattern for Using Remotion Lambda with Supabase from the official docs.
Key Takeaways
- Understand invoking a remotion lambda render from supabase edge functions<availablefrom v="4.0.265"/> when working with Using Remotion Lambda with Supabase.
- Understand storing your renders in supabase storage<availablefrom v="4.0.259"/> when working with Using Remotion Lambda with Supabase.
- Understand see also when working with Using Remotion Lambda with Supabase.
Connects To
- api: related page in the Lambda (@remotion/lambda) section.
- Approuterwebhook: related page in the Lambda (@remotion/lambda) section.
- Authentication: related page in the Lambda (@remotion/lambda) section.