def lambda_handler()

in product-feedback-form-processing/functions/create-case/app.py [0:0]


def lambda_handler(event, context):
    case_id = str(uuid.uuid4())
    return case_id