Netlify Functions

Write, configure, and deploy Netlify serverless functions in TypeScript, JavaScript, or Go. Use this when adding an API endpoint or backend route, adding a contact form handler, wiring auth or Identity signup/login hooks, building streaming or AI-proxy responses, scheduling cron jobs, running long background jobs (batch processing/scraping), reacting to deploy or form events, setting up rate limiting or region/memory config, or reading environment variables and secrets inside a function. Covers file locations, the Request/Context/Response handler shape, path routing, config options, and local testing with netlify dev.

practicalswan 9e59848 3 files · 24.3 KB Updated

File contents

practicalswan/agent-skills/tree/main/netlify-functions commit 9e5984828a

Frequently asked questions

npx skillmds add practicalswan/netlify-functions