Skip to content

Commit 9bef95f

Browse files
author
Bob Strahan
committed
docs: Add Lambda function execution cost metering to CHANGELOG
- Add comprehensive feature summary to CHANGELOG.md [Unreleased] section - Document complete coverage of 11 Lambda functions across all patterns - Highlight dual metrics tracking (invocations + GB-seconds duration) - Emphasize automatic integration with existing cost reporting - Detail configuration integration with all 7 config library files - Note cost optimization value and performance analytics benefits Provides clear documentation of the new Lambda cost visibility feature for users and administrators understanding total cost implications.
1 parent 222f62c commit 9bef95f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ SPDX-License-Identifier: MIT-0
55

66
## [Unreleased]
77

8+
### Added
9+
10+
- **Lambda Function Execution Cost Metering for Complete Cost Visibility**
11+
- Added comprehensive Lambda execution cost tracking to all core processing functions across all three processing patterns
12+
- **Complete Coverage**: Enhanced 11 Lambda functions (OCR, Classification, Extraction, Assessment, Summarization) with execution cost metering
13+
- **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
14+
- **Context-Specific Tracking**: Separate cost attribution for each processing step enabling granular cost analysis per document processing context
15+
- **Automatic Integration**: Lambda costs automatically integrate with existing cost reporting infrastructure and appear alongside AWS service costs (Textract, Bedrock, SageMaker)
16+
- **Production Quality**: Robust type handling, graceful error handling, and 2-decimal precision rounding for professional cost reporting
17+
- **Pattern Coverage**: Full implementation across Pattern-1 (BDA), Pattern-2 (Textract + Bedrock), and Pattern-3 (Textract + SageMaker + Bedrock)
18+
- **Configuration Integration**: Added Lambda pricing entries to all 7 configuration files in `config_library/` using official US East pricing
19+
- **Cost Optimization Value**: Enables Lambda memory right-sizing decisions using GB-seconds data and identifies performance optimization opportunities
20+
- **Key Benefits**: Complete document processing cost transparency, accurate budget forecasting, data-driven Lambda optimization, and comprehensive cost analytics
21+
822
## [0.3.17]
923

1024
### Added

0 commit comments

Comments
 (0)