Skip to content

Commit e88174d

Browse files
committed
ups
1 parent 14fc411 commit e88174d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export async function lambda (e) {
1010
if (idx === -1) continue // skip if no JSON
1111
const jsonStr = message.slice(idx)
1212
console.log(jsonStr)
13-
await sqs.sendMessage(message, 'https://sqs.us-east-1.amazonaws.com/925447205804/rabbit-dlq')
13+
await sqs.sendMessage(jsonStr, 'https://sqs.us-east-1.amazonaws.com/925447205804/rabbit-dlq')
1414
}
1515
}

0 commit comments

Comments
 (0)