Skip to content

Commit dfb2f56

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md with ECR image scanning parameter and deployment fix details
1 parent 70046ee commit dfb2f56

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ SPDX-License-Identifier: MIT-0
1111
- Fixed intermittent "Lambda does not have permission to access the ECR image" (403) errors during Pattern-2 deployment
1212
- **Root Cause**: Race condition where Lambda functions were created before ECR images were fully available and scannable
1313
- **Solution**: Enhanced CodeBuild custom resource to verify ECR image availability before completing, including:
14-
- Verification that all 9 required Lambda images exist in ECR repository
14+
- Verification that all required Lambda images exist in ECR repository
1515
- Check that image scanning is complete (repository has `ScanOnPush: true`)
16-
- Polling mechanism that waits for images to be fully ready before allowing Lambda creation
17-
- **Impact**: Eliminates deployment failures and ensures reliable stack creation on first attempt
16+
- **New Parameter**: Added `EnablePattern2ECRImageScanning` parameter (default: true) to allow users to disable ECR vulnerability scanning if experiencing deployment issues
17+
- Recommended: Keep enabled (true) for production to maintain security posture
18+
- Optional: Disable (false) only as temporary workaround for deployment reliability
1819

1920
## [0.4.1]
2021

0 commit comments

Comments
 (0)