Skip to content

Commit f420a6e

Browse files
saurabh-codewordmnapoli
authored andcommitted
fix: spelling error
1 parent 289cebc commit f420a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-node-sqs-worker/handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const consumer = async (event) => {
4848
for (const record of event.Records) {
4949
const messageAttributes = record.messageAttributes;
5050
console.log(
51-
"Message Attributte: ",
51+
"Message Attribute: ",
5252
messageAttributes.AttributeName.stringValue
5353
);
5454
console.log("Message Body: ", record.body);

0 commit comments

Comments
 (0)