Skip to content

Commit b6d1dfb

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md formatting and fix duplicate section
1 parent 9da71a0 commit b6d1dfb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ SPDX-License-Identifier: MIT-0
2424

2525

2626
### Fixed
27-
- Problem with setting correctly formatted WAF IPv4 CIDR range - #73
27+
- **Problem with setting correctly formatted WAF IPv4 CIDR range** - #73
2828

29-
### Fixed
30-
- **Fixed Duplicate Step Functions Executions on Document Reprocess - [GitHub Issue #66](https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/issues/66)**
29+
- **Duplicate Step Functions Executions on Document Reprocess - [GitHub Issue #66](https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/issues/66)**
3130
- Eliminated duplicate workflow executions when reprocessing large documents (>40MB, 500+ pages)
3231
- **Root Cause**: S3 `copy_object` operations were triggering multiple "Object Created" events for large files, causing `queue_sender` to create duplicate document entries and workflow executions
3332
- **Solution**: Refactored `reprocess_document_resolver` to directly create fresh Document objects and queue to SQS, completely bypassing S3 event notifications

0 commit comments

Comments
 (0)