await sendResponse()

in init-db/app.js [22:30]


    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) => {