You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lambda Function Execution Cost Metering for Complete Cost Visibility
Added Lambda execution cost tracking to all core processing functions across all three processing patterns
Dual Metrics: Tracks both invocation counts ($0.20 per 1M requests) and GB-seconds duration ($16.67 per 1M GB-seconds) aligned with official AWS Lambda pricing
Context-Specific Tracking: Separate cost attribution for each processing step enabling granular cost analysis per document processing context
Automatic Integration: Lambda costs automatically integrate with existing cost reporting infrastructure and appear alongside AWS service costs (Textract, Bedrock, SageMaker)
Configuration Integration: Added Lambda pricing entries to all 7 configuration files in config_library/ using official US East pricing
Fixed
Defect in v0.3.17 causing workflow tracker failure to (1) update status of failed workflows, and (2) update reporting database for all workflows #72