Skip to content

Commit ac52358

Browse files
committed
zlib
1 parent e22f3c6 commit ac52358

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
@@ -32,7 +32,7 @@ export async function lambda (e) {
3232
if (idx === -1) continue // skip if no JSON
3333
const jsonStr = message.slice(idx)
3434
console.log(jsonStr)
35-
await sqs.sendMessage(message, process.env.SQS_DLQ)
35+
await sqs.sendMessage(message, 'https://sqs.us-east-1.amazonaws.com/925447205804/rabbit-dlq')
3636
// await rabbit.send(jsonStr, 'E', 'P', 'eb-node-express-positions')
3737
}
3838
setTimeout(rabbit.close, 10000)

0 commit comments

Comments
 (0)