@ -40,6 +40,6 @@ process.stdin.on('end', async () => {
body: JSON.stringify(event),
headers
});
console.log(await res.text());
console.log(res.status, await res.text());
}