Node Without Servers: Event-Driven Computing with AWS Lambda describes AWS Lambda and how it allows running code without servers. Lambda runs code in response to events, scales automatically, and charges only for the compute time used. Code runs in isolated containers and Lambda manages the computing resources. This allows building event-driven applications and services that respond quickly to new information.