Skip to content

Commit 3b1b2fe

Browse files
committed
Fix typo in Amazon.Lambda.CloudWatchLogsEvents/README.md
1 parent 011eab5 commit 3b1b2fe

File tree

1 file changed

+1
-1
lines changed
  • Libraries/src/Amazon.Lambda.CloudWatchLogsEvents

1 file changed

+1
-1
lines changed

Libraries/src/Amazon.Lambda.CloudWatchLogsEvents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class Function
1111
{
1212
public string Handler(CloudWatchLogsEvent cloudWatchLogsEvent)
1313
{
14-
Console.WriteLine($"Log content - {cloudWatchLogsEvent.Awslogs.Data}");
14+
Console.WriteLine($"Log content - {cloudWatchLogsEvent.Awslogs.DecodeData()}");
1515
}
1616
}
1717
```

0 commit comments

Comments
 (0)