What is AWS Lambda?
AWS Architecture and Services
音声フラッシュカード · 0:19What is AWS Lambda?
0:19
AWS Lambda is a serverless compute service that runs your code in response to events without provisioning or managing servers. You pay only for the compute time consumed — there's no charge when code isn't running. Lambda supports multiple languages (Python, Node.js, Java, etc.) and scales automatically from a few requests per day to thousands per second.