def update()

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


def update(event, context):
    logger.info("Got Update")
    start_build_job(event, context)