in src/run_response_play/lambda_function.py [0:0]
def buildResponsePlayPayload(incident): payload = { "incident": { "id": incident, "type": "incident_reference" } } return payload