def lambda_handler()

in assets/cloudformation/function_create_config/lambda_function.py [0:0]


def lambda_handler(event, context):
    print(event)
    helper(event, context)