await sendResponse()

in 1-app-deploy/ride-controller/initDB/app.js [29:37]


    await sendResponse(event, context, 'FAILED')
  }

  console.log('FINISHED')
}

// Send response to the pre-signed S3 URL
function sendResponse (event, context, responseStatus, responseData) {
  return new Promise((resolve, reject) => {