await sendResponse()

in source/custom-resources/global-table-checker.js [43:46]


        await sendResponse(event, context.logStreamName, {
          status: 'FAILED',
          data: { Error: error.message }
        });