Beginner AWS / Cloud Computing
Q23 / 100

What is "AWS Lambda"?

Correct! Well done.

Incorrect.

The correct answer is B) A serverless compute service that runs code in response to events without requiring you to provision or manage servers

B

Correct Answer

A serverless compute service that runs code in response to events without requiring you to provision or manage servers

Explanation

AWS Lambda lets you run code in response to triggers (like HTTP requests or file uploads) without managing servers, automatically scaling and charging only for compute time consumed.

Progress
23/100