Skip to content

Commit f20073a

Browse files
committed
add back logStream and logGroup for lambda app
1 parent 149eb34 commit f20073a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cloudwatchlogs/node.js/cloudwatchlogs_lambda.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ exports.handler = function (event, context) {
104104

105105
// delete id as it's not very useful
106106
delete val.id;
107-
107+
108+
val.logStream = awslogsData.logStream;
109+
val.logGroup = awslogsData.logGroup;
108110
val.requestID = lastRequestID;
109111
req.end(JSON.stringify(val));
110112
});

0 commit comments

Comments
 (0)