AWS - Lambda
You wrote this AWS Lambda function in Python:
When triggered with event
def handler(event, context):
return event['message']When triggered with event
{}, it throws a KeyError. How can you fix it?