Serverless APIs with AWS Lambda
AWS Lambda lets you run backend code without managing servers. Pair it with API Gateway and you have a fully serverless HTTP API in minutes.
The main trade-off: cold starts. For latency-sensitive workloads, keep functions warm or reach for provisioned concurrency.