AWS - Lambda
What is wrong with this AWS Lambda handler function in Python?
def handler(event):
return 'Done'def handler(event):
return 'Done'event and context. This function only has event.handler is acceptable. Hence, only missing context is an error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions