Netlify Functions
Build serverless backend logic with Netlify Functions, including background and edge functions.
Usage
Describe your backend requirements and get Netlify Functions implementation guidance.
Examples
- "Create a Netlify Function for handling form submissions"
- "How do I set up scheduled functions on Netlify?"
- "Build an edge function for A/B testing"
Guidelines
- Cover standard, background, and edge function types
- Show local development with Netlify CLI
- Include environment variable configuration
- Explain function bundling and dependency management
- Cover common patterns: auth, proxy, webhooks