You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed intermittent "Lambda does not have permission to access the ECR image" (403) errors during Pattern-2 deployment
12
-
-**Root Cause**: Race condition where Lambda functions were created before ECR images were fully available and scannable
13
-
-**Solution**: Enhanced CodeBuild custom resource to verify ECR image availability before completing, including:
14
-
- Verification that all required Lambda images exist in ECR repository
15
-
- Check that image scanning is complete (repository has `ScanOnPush: true`)
16
-
-**New Parameter**: Added `EnablePattern2ECRImageScanning` parameter (current default: false) to allow users to enable/disable ECR vulnerability scanning if experiencing deployment issues
17
-
- Recommended: Set enabled (true) for production to maintain security posture
18
-
- Optional: Disable (false) only as temporary workaround for deployment reliability
19
-
20
8
## [0.4.1]
21
9
22
10
### Changed
@@ -35,7 +23,15 @@ SPDX-License-Identifier: MIT-0
35
23
- Fixed bug where metering data and document_section data stopped being written to the reporting database after evaluation was migrated from EventBridge to Step Functions workflow
- Fixed bug where `idp-cli deploy` command was resetting ALL stack parameters to their default values during updates, even when users only intended to change specific parameters
0 commit comments