---
lang: en
type: Thing
title: "Netlify Functions Limits, Build Minutes, & Invocation Caps"
description: Review Netlify serverless function quotas. Track monthly free invocations, per-site rate limits, and background function duration ceilings.
llms_summary: Netlify Serverless Functions. Review Netlify serverless function quotas. Track monthly free invocations, per-site rate limits, and background function duration ceilings. canonical profile on SaaS Specifications Database
canonical: "https://saasspecs.com/item/netlify-functions/"
hvce_version: 1
tenant: saasspecs
slug: netlify-functions
record_kind: entity-profile
content_sha256: f7d006dee62df9c3d07122624ad4b0616303172c1ca74c4c7a2f21dab1fcf6c4
indexed_at: "2026-07-05T09:03:45.274Z"
license: citation-free
entities:
  -
    role: subject
    slug: netlify-functions
    name: Netlify Serverless Functions
    type: Thing
    profile_url: "https://saasspecs.com/item/netlify-functions/?format=md"
---
# Netlify Serverless Functions

Git-driven, serverless functions bundled with atomic deploy previews and Jamstack-first CDN delivery.

## Record

- **Schema type**: Corporation
- **Website**: https://www.netlify.com
- **Email**: support@netlify.com
- **Address**: 512 2nd Street, San Francisco, California, 94107, United States
- **Coordinates**: 37.7815, -122.3917
- **Deployment Link**: [Deploy Netlify Serverless Functions Stack Layer](https://app.netlify.com/signup)

### Summary

Git-driven, serverless functions bundled with atomic deploy previews and Jamstack-first CDN delivery.

### Description

Netlify Functions extend static sites with on-demand compute triggered by HTTP requests or scheduled cron jobs. Functions deploy alongside frontend assets from the same repository push pipeline.

### Expert insight

Use background functions for long-running tasks exceeding the standard 10-second synchronous window without blocking the client response.

### Attributes

- **Free Tier Allowance**: 125,000 Requests/month
- **Rate Limit Cap**: 100 RPM
- **Session Lifetime**: 0.01 Hours
- **Overage Fee per 1k MAU**: $0
- **MFA Support**: Enforced via Netlify account two-factor authentication and team role policies
- **Enterprise SSO SAML**: Available on Enterprise plans with SAML SSO and audit log exports
- **Custom Domain Support**: Included with automatic HTTPS and branch subdomain previews
- **Supported SDKs**: Node.js, Go, TypeScript, Edge Functions, Netlify CLI
- **Social Providers**: GitHub, GitLab, Bitbucket deploy keys for continuous deployment auth
- **Compliance Standards**: SOC 2 Type II, GDPR, HIPAA BAA on Enterprise contracts
- **Webhook Fallback Policy**: Outgoing webhooks with built-in retry and event log inspection in the UI


## Related

- [AWS Lambda Serverless Compute vs Netlify Serverless Functions](https://saasspecs.com/aws-lambda-vs-netlify-functions/?format=md)
- [Cloudflare Workers Edge Compute vs Netlify Serverless Functions](https://saasspecs.com/cloudflare-workers-vs-netlify-functions/?format=md)
- [Vercel Serverless Functions vs Netlify Serverless Functions](https://saasspecs.com/netlify-functions-vs-vercel-functions/?format=md)
