What is a customer responsibility when using AWS Lambda according to the AWS shared responsibility model?
Managing the code within the Lambda function
Confirming that the hardware is working in the data center
Patching the operating system
Shutting down Lambda functions when they are no longer in use
Explanations:
Customers are responsible for managing the code they upload to AWS Lambda, including any updates and logic within the function.
AWS is responsible for the physical infrastructure, including hardware management and maintenance.
AWS handles the operating system and patches it as part of their responsibilities in the shared model.
AWS Lambda functions automatically scale based on demand, and shutting down functions is managed by AWS.