localstack-logs-analysis
Analyze LocalStack logs to diagnose issues and understand AWS service interactions. Filter by service, operation, or error type to identify problems in local development environments.
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 |
| lines | No | Number of recent log lines to fetch and analyze. | |
| service | No | Filter by AWS service (e.g., 's3', 'lambda'). Used with 'errors' and 'requests' modes. | |
| operation | No | Filter by a specific API operation (e.g., 'CreateBucket'). Requires 'service'. Used with 'requests' mode. | |
| filter | No | Raw keyword filter. Only used with 'logs' mode. |