feat(cicd): enable S3-triggered CodePipeline and align IAM/ECR integration
- enable EventBridge notifications on source S3 bucket - trigger CodePipeline execution on source.zip updates - fix artifact bucket ARN substitutions - extend CodePipeline role permissions for S3, CodeBuild, and approvals - allow Lambda to pull images from ECR via repository policy - export ECR repository URI and reference it from Lambda
This commit is contained in:
parent
0c9a8feb9f
commit
621b9f006e
4 changed files with 97 additions and 15 deletions
|
|
@ -16,4 +16,7 @@ Resources:
|
|||
- Key: Project
|
||||
Value: Git-server
|
||||
VersioningConfiguration:
|
||||
Status: Enabled
|
||||
Status: Enabled
|
||||
NotificationConfiguration:
|
||||
EventBridgeConfiguration:
|
||||
EventBridgeEnabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue