What is AWS Lambda and its use cases?
AWS Lambda is serverless compute that runs code in response to events without managing servers. Use cases include real-time file processing, stream processing, web APIs, IoT backends, and scheduled tasks. Scales automatically and charges per request.