Skip to content

Commit

Permalink
Remove custom log group tags
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Aug 10, 2023
1 parent 36b8615 commit a1230fb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions stacks/apps/s3-signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ Resources:
Properties:
LogGroupName: !Sub /aws/lambda/${UploadHttpLambdaFunction}
RetentionInDays: 60
UploadHttpLambdaLogGroupTags:
Type: Custom::CloudWatchLogGroupTags
Properties:
ServiceToken: !Ref CloudWatchLogGroupTaggerServiceToken
LogGroupName: !Ref UploadHttpLambdaLogGroup
Tags:
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
- { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
- { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId }
- { Key: prx:cloudformation:root-stack-name, Value: !Ref RootStackName }
- { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
- { Key: prx:ops:environment, Value: !Ref EnvironmentType }
- { Key: prx:dev:application, Value: S3 Signing Service }
# UploadHttpLambdaLogGroupTags:
# Type: Custom::CloudWatchLogGroupTags
# Properties:
# ServiceToken: !Ref CloudWatchLogGroupTaggerServiceToken
# LogGroupName: !Ref UploadHttpLambdaLogGroup
# Tags:
# - { Key: prx:meta:tagging-version, Value: "2021-04-07" }
# - { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
# - { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId }
# - { Key: prx:cloudformation:root-stack-name, Value: !Ref RootStackName }
# - { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
# - { Key: prx:ops:environment, Value: !Ref EnvironmentType }
# - { Key: prx:dev:application, Value: S3 Signing Service }

UploadHttpSigningUser:
Type: AWS::IAM::User
Expand Down

0 comments on commit a1230fb

Please sign in to comment.