AWS - Lambda
Identify the error in this Lambda function code:
def handler(event, context):
print(event['message'])
return messagedef handler(event, context):
print(event['message'])
return message15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions