Log Management
CloudWatch Logs
CloudWatch Logs Attributes
1min
use the following attributes to get relevant data from your cloudwatch logs attribute description @functionname name of the lambda function @version lambda function version @region region in which the function is hosted @accountid aws account id @requestid invocation id of lambda @loggroup cloudwatch logs group name @logstream cloudwatch log stream name @type type of message in your log report log line contains report start log line contains start end log line contains end @functionerror lambda invocation errors, such as crash (unhandled error) timeout (function timed out) early exit (runtime exited with error) @duration time taken to execute the lambda function @billedduration time for which the lambda execution is billed @memorysize allocated memory for the lambda function @maxmemoryused total memory used by the lambda function @traceid trace id from aws x ray @segmentid trace subsegment id @coldstartduration coldstart duration of the lambda function