Monitoring and troubleshooting Lambda functions
Amazon Lambda integrates with other Amazon services to help you monitor and troubleshoot your Lambda functions. Lambda automatically monitors Lambda functions on your behalf and reports metrics through Amazon CloudWatch. To help you monitor your code when it runs, Lambda automatically tracks the number of requests, the invocation duration per request, and the number of requests that result in an error.
You can use other Amazon services to troubleshoot your Lambda functions. This section describes how to use these Amazon services to monitor, trace, debug, and troubleshoot your Lambda functions and applications. For details about function logging and errors in each runtime, see individual runtime sections.
For more information about monitoring Lambda applications, see
Monitoring and observability
Sections
- Monitoring functions on the Lambda console
- Working with Lambda function metrics
- Accessing Amazon CloudWatch logs for Amazon Lambda
- Using Amazon Lambda with Amazon X-Ray
- Using Lambda Insights in Amazon CloudWatch
- Using CodeGuru Profiler with your Lambda function
- Example workflows using other Amazon services