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.

netlify bf8def9 17.8 KB Updated

File contents

netlify/context-and-tools/tree/main/skills/netlify-functions commit bf8def94a8

Frequently asked questions

npx skillmds add netlify/netlify-functions