in lambda/classify-emails-lambda/mock_apis.py [0:0]
def get_trasfer_status(trn_id): return TRN_STATUSES[random.randint(0, len(TRN_STATUSES)-1)]