We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c77c2 commit 14fc411Copy full SHA for 14fc411
lambda.mjs
@@ -6,7 +6,6 @@ export async function lambda (e) {
6
const json = JSON.parse(zlib.gunzipSync(payload).toString('utf8'))
7
8
for (const { message } of json.logEvents) {
9
- console.log('Message:', message)
10
const idx = message.indexOf('{')
11
if (idx === -1) continue // skip if no JSON
12
const jsonStr = message.slice(idx)
0 commit comments