Skip to content

Commit b095b3f

Browse files
committed
zlib
1 parent 3f847e8 commit b095b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudwatch-logs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function processLines () {
2323

2424
export function lambda (e) {
2525
const payload = Buffer.from(e.awslogs.data, 'base64')
26-
const data = zlib.gunzipSync(payload).toString("utf8")
26+
const data = zlib.gunzipSync(payload).toString('utf8')
2727
console.log(data)
2828
setTimeout(rabbit.close, 10000)
2929
}

0 commit comments

Comments
 (0)