AWS - Lambda
You want your AWS Lambda handler to process an event with optional
user key. If user is missing, return status 400 with message 'User missing'. Otherwise, return status 200 with 'Hello, <user>'. Which handler code correctly implements this?