in adot/utils/soak/soak.py [0:0]
def invoke_lambda(interval, endpoint): while True: print(requests.get(endpoint).text) time.sleep(interval)