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
Fix permission boundary validation and cleanup logic
- Add missing PermissionsBoundary to Discovery Lambda functions
- Make permission boundary validation failure cause deployment to fail
- Remove redundant cleanup from install_service
- Cleanup handled by uninstall_service and CodePipeline
Copy file name to clipboardExpand all lines: template.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5744,6 +5744,7 @@ Resources:
5744
5744
# checkov:skip=CKV_AWS_117: "Function does not require VPC access as it only interacts with AWS services via APIs"
5745
5745
# checkov:skip=CKV_AWS_173: "Environment variables do not contain sensitive data - only configuration values like feature flags and non-sensitive settings"
# checkov:skip=CKV_AWS_115: "Function does not require reserved concurrency as it scales based on demand"
5908
5909
# checkov:skip=CKV_AWS_173: "Environment variables do not contain sensitive data - only configuration values like feature flags and non-sensitive settings"
0 commit comments