AWS Lambda
Run code without managing servers, pay only for compute time
Lambda runs your code without servers to manage. Upload a function, configure a trigger, and AWS handles scaling, patching, and availability. You pay only when code executes. Functions respond to HTTP requests, process queue messages, react to database changes—any event can trigger execution. The runtime handles everything except your business logic. Lambda changed how developers think about backends. Instead of maintaining servers, you write functions and let AWS handle the rest.