import Link from 'next/link' import { Button, IconBookOpen } from '@supabase/ui' import TerminalInstructions from './TerminalInstructions' const FunctionsEmptyState = () => { return ( <>

Scalable functions to run your code with no server management.

Edge Functions are server-side Typescript functions, distributed globally at the edge - close to your users. They can be used for listening to webhooks or integrating your Supabase project with third-parties.

) } export default FunctionsEmptyState