analyze_lambda_performance
Evaluate AWS Lambda function metrics such as cold starts, duration, and errors within specified time ranges. Provides detailed insights to optimize performance and identify issues effectively.
Instructions
Analyze Lambda function performance metrics including cold starts, duration, and errors
Input Schema
Name | Required | Description | Default |
---|---|---|---|
functionName | Yes | Name of the Lambda function to analyze | |
includeDetails | No | Include detailed metrics and logs (default: true) | |
timeRange | No | Time range for analysis (default: 24h) |