Monitoring with CloudWatch Logs - AWS Lambda

Monitoring with CloudWatch Logs

Lambda emits the IteratorAge metric when your function finishes processing a batch of records. The metric indicates how old the last record in the batch was when processing finished. If your function is processing new events, you can use the iterator age to estimate the latency between when a record is added and when the function processes it.

An increasing trend in iterator age can indicate issues with your function. For more information, see View metrics for Lambda functions.