module.exports.authorizer = async (event, context, callback) => { try { const authentication = await authenticate(event); console.log(\'======================