Glossary

serverless function

Infra
also: serverless functions · serverless · functions

A small piece of backend code that runs only when it's called, then shuts down, so you pay for the moments it's actually working rather than a server running around the clock. Great for occasional jobs like handling a form submission or fetching data from an API.