Netlify Functions

Writes Netlify serverless functions with the default-export plus Config pattern (Web Request/Response): API paths, background (15 min), scheduled, and streaming handlers. Use when adding server-side logic beside a Netlify site without a framework adapter. Not for Astro/Next/Nuxt/SvelteKit/TanStack Start adapters that emit their own functions; never use the legacy exports.handler signature.

Kayforkind 12c38a0 9.2 KB Updated

File contents

Kayforkind/skill-slice commit 12c38a0e81

Frequently asked questions

npx skillmds@latest add kayforkind/netlify-functions