AWSLambda
AWS Lambda is Amazon Web Services' serverless compute service that runs code in response to events without requiring the user to provision or manage servers, billing based on the number of invocations and execution time consumed.
10 resources across 2 libraries
Glossary Terms(8)
Cloudflare Workers
Cloudflare Workers is a serverless edge compute platform that runs JavaScript, TypeScript, and other languages compiled to WebAssembly directly on Cloudflare's…
AWS Lambda
AWS Lambda is Amazon Web Services' serverless compute service that runs code in response to events without requiring the user to provision or manage servers, b…
AWS Fargate
AWS Fargate is a serverless compute engine for containers that runs Amazon ECS or Amazon EKS workloads without requiring the user to provision, patch, or scale…
Azure Functions
Azure Functions is Microsoft Azure's serverless compute service for running event-triggered code without provisioning or managing servers, billed based on exec…
Google Cloud Functions
Google Cloud Functions is Google Cloud Platform's serverless, event-driven compute service that runs single-purpose functions in response to HTTP requests or e…
AWS App Runner
AWS App Runner is a fully managed service for deploying containerized web applications and APIs directly from source code or a container image, handling build,…
Function as a Service (FaaS)
Function as a Service (FaaS) is a cloud computing model, often called serverless computing, in which developers deploy individual functions that run in respons…
Backend as a Service (BaaS)
Backend as a Service (BaaS) is a cloud model that provides ready-made backend building blocks — such as authentication, databases, file storage, and push notif…
Interview Questions(2)
What Is the Cold Start Problem in Serverless Computing?
A cold start is the extra latency incurred when a serverless platform must provision and initialize a brand-new execution environment (download the code, start…
What Are the Trade-offs of Serverless Architecture?
Serverless architecture trades operational control for automatic scaling and pay-per-use billing, so you gain zero server management and fine-grained cost effi…