Edge Computing with Cloudflare Workers
Spice up your sites on Cloudflare Pages with Pages Functions General Availability

Spice up your sites on Cloudflare Pages with Pages Functions General Availability

11/17/2022 · Nevi Shah

What this post added

This post announces the general availability of Pages Functions, which are essentially specialized Cloudflare Workers integrated into the Cloudflare Pages platform. It details the improvements made during the beta period, including enhanced debugging (log tailing via `wrangler pages deployment tail`), real-time metrics in the dashboard, and deeper integration with Cloudflare's storage offerings (KV, Durable Objects, R2, D1, Queues, Analytics Engine) via bindings. It also introduces secret bindings for encrypted environment variables and Pages Plugins for third-party service integrations. Compatibility with frameworks like Next.js 13, Remix, SvelteKit, and others is highlighted, along with the 'advanced mode' for direct Worker integration. The post also clarifies the scaling and billing model, noting that Pages Functions are billed under Workers paid plans, with unlimited free static asset requests and per-request billing for dynamic functions.

Read the original post ↗