Skip to content

Commit aff8e76

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md to simplify Lambda cost metering description
1 parent 9bef95f commit aff8e76

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,11 @@ SPDX-License-Identifier: MIT-0
88
### Added
99

1010
- **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
11+
- Added Lambda execution cost tracking to all core processing functions across all three processing patterns
1312
- **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
1413
- **Context-Specific Tracking**: Separate cost attribution for each processing step enabling granular cost analysis per document processing context
1514
- **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)
1815
- **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
2116

2217
## [0.3.17]
2318

0 commit comments

Comments
 (0)