function sendResponse()

in index.js [124:129]


function sendResponse (response) {
  // TODO Validate the response
  console.log("index.handler response -----");
  console.log(JSON.stringify(response));
  return response
}