For an AWS Lambda function used by a city chatbot, which split correctly separates AWS and customer responsibilities?
Select an answer to reveal the explanation.
Short Explanation
AWS keeps the kitchen equipment sanitized; chefs still should not tape passwords to the fridge. Lambda's execution environment is AWS-operated. If developers bake secrets into function code, that mishap is on the city — not on AWS runtime patching.
Full Explanation
AWS is responsible for the Lambda execution environment and its patching. Customers are responsible for their function code, configuration, permissions, and secrets handling. Hard-coded secrets are a customer application/security issue. Customers do not patch Lambda host firmware or jointly edit hypervisor firmware per deploy.