AWS - Lambda
What will the Lambda function return if event = {} in this code?
def lambda_handler(event, context):
return event.get('status', 'No status provided')