compare_lambda_performance
Analyze and compare AWS Lambda function performance by evaluating metrics such as duration, cold starts, errors, invocations, and costs across specified time ranges to optimize efficiency and reduce expenses.
Instructions
Compare performance metrics between multiple Lambda functions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
functionNames | Yes | List of Lambda function names to compare | |
metrics | No | Metrics to compare (default: all) | |
timeRange | No | Time range for comparison (default: 24h) |