File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments