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 14fc411 commit e88174dCopy full SHA for e88174d
lambda.mjs
@@ -10,6 +10,6 @@ export async function lambda (e) {
10
if (idx === -1) continue // skip if no JSON
11
const jsonStr = message.slice(idx)
12
console.log(jsonStr)
13
- await sqs.sendMessage(message, 'https://sqs.us-east-1.amazonaws.com/925447205804/rabbit-dlq')
+ await sqs.sendMessage(jsonStr, 'https://sqs.us-east-1.amazonaws.com/925447205804/rabbit-dlq')
14
}
15
0 commit comments