AWS Certified Cloud Practitioner — Question 849

What is a customer responsibility under the AWS shared responsibility model when using AWS Lambda?

Answer options

Correct answer: C

Explanation

Under the AWS shared responsibility model for serverless services like AWS Lambda, AWS manages the physical infrastructure, virtualization layer, operating system, and execution environment. The customer remains responsible for the code they write, the configuration of their functions, and any third-party libraries they import. Consequently, managing the application code and libraries is a customer responsibility, while AWS handles the hardware, networking, and server software.