Skip to content

Commit

Permalink
Make it clear that these are custom resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mdial89f committed Nov 29, 2023
1 parent 340cd80 commit 27d06d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/uploads/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ resources:
- Event: s3:ObjectCreated:*
Function: !GetAtt AvScanLambdaFunction.Arn
DependsOn: LambdaInvokePermission
AttachmentsBucketPolicy:
AttachmentsBucketPolicyCustomResource:
Type: Custom::AttachmentsBucketPolicy
Properties:
ServiceToken: !GetAtt ApplyPolicyLambdaFunction.Arn
Expand Down Expand Up @@ -178,7 +178,7 @@ resources:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
ClamDefsBucketPolicy:
ClamDefsBucketPolicyCustomResource:
Type: Custom::ClamDefsBucketPolicy
Properties:
ServiceToken: !GetAtt ApplyPolicyLambdaFunction.Arn
Expand Down

0 comments on commit 27d06d3

Please sign in to comment.