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 6066a17 commit fc7d2ffCopy full SHA for fc7d2ff
cloudwatch-logs.mjs
@@ -22,6 +22,7 @@ async function processLines () {
22
23
export function lambda (e) {
24
console.log(e)
25
+ setTimeout(rabbit.close, 10000)
26
}
27
28
export function main () {
0 commit comments