From a1230fb47b2bda2ec23c6adbbcadc66c26e0f333 Mon Sep 17 00:00:00 2001 From: Chris Kalafarski Date: Thu, 10 Aug 2023 19:09:45 -0400 Subject: [PATCH] Remove custom log group tags --- stacks/apps/s3-signing.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/stacks/apps/s3-signing.yml b/stacks/apps/s3-signing.yml index d0c36ec73..b204c91b2 100644 --- a/stacks/apps/s3-signing.yml +++ b/stacks/apps/s3-signing.yml @@ -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