AWS - Lambda
What is wrong with this Lambda function code?
def handler(event, context):
return event['value'] / 0def handler(event, context):
return event['value'] / 015+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions