localstack-logs-analysis
Analyze LocalStack logs to diagnose issues, identify errors, and understand AWS service interactions during local development.
Instructions
LocalStack log analyzer that helps developers quickly diagnose issues and understand their LocalStack interactions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analysisType | No | The analysis to perform: 'summary' (default), 'errors', 'requests', or 'logs' for raw output. | summary |
filter | No | Raw keyword filter. Only used with 'logs' mode. | |
lines | No | Number of recent log lines to fetch and analyze. | |
operation | No | Filter by a specific API operation (e.g., 'CreateBucket'). Requires 'service'. Used with 'requests' mode. | |
service | No | Filter by AWS service (e.g., 's3', 'lambda'). Used with 'errors' and 'requests' modes. |