def lambda_handler()

in functions/source/LicenseVerificationAndTokenGenerator/lambda_function.py [0:0]


def lambda_handler(event, context):
    # make sure we send a failure to CloudFormation if the function
    # is going to timeout
    helper(event, context)