Expand description
Lambda event type inference engine
This module analyzes Python AST patterns to determine AWS Lambda event types with confidence scoring.
Modules§
- pattern_
extraction - Pattern extraction from Python AST for Lambda event type inference
Structs§
- Analysis
Report - Detailed analysis report for Lambda handler inference
- Lambda
Type Inferencer - Lambda event type inference engine that analyzes Python AST patterns to determine AWS Lambda event types with confidence scoring
- Pattern
- Pattern matching structure for event access chains
Enums§
- Event
Type - AWS Lambda event types supported by the inferencer
- Inference
Error - Inference error types
- Pattern
Type