Problem Statement
Which service allows you to run code without provisioning or managing servers?
Explanation
AWS Lambda runs functions in response to triggers like API calls or S3 uploads.
You pay only for compute time used — perfect for serverless architectures.