def create()

in src/lambda/codebuild/lambda.py [0:0]


def create(event, context):
    logger.info("Got Create")
    start_build_job(event, context)