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 289cebc commit f420a6eCopy full SHA for f420a6e
aws-node-sqs-worker/handler.js
@@ -48,7 +48,7 @@ const consumer = async (event) => {
48
for (const record of event.Records) {
49
const messageAttributes = record.messageAttributes;
50
console.log(
51
- "Message Attributte: ",
+ "Message Attribute: ",
52
messageAttributes.AttributeName.stringValue
53
);
54
console.log("Message Body: ", record.body);
0 commit comments