Skip to content

Commit

Permalink
Merge branch 'awslabs:master' into fix-463
Browse files Browse the repository at this point in the history
  • Loading branch information
javydekoning authored May 24, 2022
2 parents 350b1d3 + 9a32492 commit 93a1ff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/account_processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Resources:
Action:
- "lambda:InvokeFunction"
Resource:
- !GetAtt AccountAliasConfigFunctionRole.Arn
- !GetAtt AccountAliasConfigFunction.Arn
- !GetAtt CreateAccountFunction.Arn
- !GetAtt RegisterAccountForSupportFunction.Arn
- !GetAtt AccountTagConfigFunction.Arn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ Resources:
DeletionPolicy: Retain
Properties:
AccessControl: BucketOwnerFullControl
OwnershipControls:
Rules:
- ObjectOwnership: BucketOwnerEnforced
VersioningConfiguration:
Status: Enabled
BucketEncryption:
Expand Down Expand Up @@ -1268,7 +1271,8 @@ Resources:
- aws.codecommit
detail-type:
- "CodeCommit Repository State Change"
resources: !Sub "arn:${AWS::Partition}:codecommit:${AWS::Region}:${AWS::AccountId}:${CodeCommitRepository.Name}"
resources:
- !Sub "arn:${AWS::Partition}:codecommit:${AWS::Region}:${AWS::AccountId}:${CodeCommitRepository.Name}"
detail:
event:
- referenceCreated
Expand Down

0 comments on commit 93a1ff8

Please sign in to comment.