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 011eab5 commit 3b1b2feCopy full SHA for 3b1b2fe
Libraries/src/Amazon.Lambda.CloudWatchLogsEvents/README.md
@@ -11,7 +11,7 @@ public class Function
11
{
12
public string Handler(CloudWatchLogsEvent cloudWatchLogsEvent)
13
14
- Console.WriteLine($"Log content - {cloudWatchLogsEvent.Awslogs.Data}");
+ Console.WriteLine($"Log content - {cloudWatchLogsEvent.Awslogs.DecodeData()}");
15
}
16
17
```
0 commit comments