def lambda_handler()

in lambda/api/app.py [0:0]


def lambda_handler(event, context):
    return app.resolve(event, context)