Skip to content

Lambda Log Attributes

Use these attributes to filter and inspect ingested AWS Lambda logs in KloudMate.

AttributeDescription
@functionNameName of the Lambda function
@versionLambda function version
@regionRegion in which the function is hosted
@accountIdAWS account ID
@requestIdInvocation ID of the Lambda request
@logGroupCloudWatch log group name
@logStreamCloudWatch log stream name
@typeType of message in your log, such as REPORT, START, or END
@functionErrorLambda invocation errors such as crash, timeout, or early_exit
@durationTime taken to execute the Lambda function
@billedDurationTime for which the Lambda execution is billed
@memorySizeAllocated memory for the Lambda function
@maxMemoryUsedTotal memory used by the Lambda function
@traceidTrace ID from AWS X-Ray
@segmentidTrace subsegment ID
@coldStartDurationCold start duration of the Lambda function