def create_success_response()

in codes/lambda/api-hosting-predictor/src/handler.py [0:0]


def create_success_response(id, prediction):
    prediction['MessageId'] = str(id)
    return prediction