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 e22f3c6 commit ac52358Copy full SHA for ac52358
cloudwatch-logs.mjs
@@ -32,7 +32,7 @@ export async function lambda (e) {
32
if (idx === -1) continue // skip if no JSON
33
const jsonStr = message.slice(idx)
34
console.log(jsonStr)
35
- await sqs.sendMessage(message, process.env.SQS_DLQ)
+ await sqs.sendMessage(message, 'https://sqs.us-east-1.amazonaws.com/925447205804/rabbit-dlq')
36
// await rabbit.send(jsonStr, 'E', 'P', 'eb-node-express-positions')
37
}
38
setTimeout(rabbit.close, 10000)
0 commit comments