Skip to main content

Module lambda_inference

Module lambda_inference 

Source
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§

AnalysisReport
Detailed analysis report for Lambda handler inference
LambdaTypeInferencer
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§

EventType
AWS Lambda event types supported by the inferencer
InferenceError
Inference error types
PatternType