Tag: Serverless
6 items found
Glossary Terms
Cloudflare Workers
Cloudflare Workers runs JavaScript and Web API based serverless code on Cloudflare's edge network without managing servers.
Cold Start
A cold start is the extra latency when a serverless function or scaled instance initializes before handling its first request.
Lambda Function (Serverless Function)
A Lambda function is a serverless code unit that runs when triggered, with automatic scaling and pay-per-use billing.
Serverless
Serverless is a cloud architecture model where server provisioning and capacity planning move to the provider while code runs in response to events.
Serverless Function
A serverless function is a short-lived cloud code unit triggered by events such as HTTP requests, queue messages, cron jobs, or file uploads.
Vercel
Vercel is a cloud hosting and deployment platform that ships frontend applications from Git workflows to an edge network.