Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lambda: allow propagating Function tags to LogGroup #17533

Open
2 tasks
rittneje opened this issue Nov 17, 2021 · 7 comments
Open
2 tasks

lambda: allow propagating Function tags to LogGroup #17533

rittneje opened this issue Nov 17, 2021 · 7 comments
Labels
@aws-cdk/aws-lambda Related to AWS Lambda effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. in-progress This issue is being actively worked on. p1

Comments

@rittneje
Copy link

Description

When a lambda function is created via CDK, its LogGroup is not created right away. Instead it typically happens the first time the lambda executes. Consequently, the LogGroup does not have any of the function's tags applied to it. It would be nice if there were a way to mark the function to propagate tags to the LogGroup, perhaps via some custom resource. Ideally, this would be exposed as a mutable property so it can be toggled by an Aspect.

Use Case

We want to be able to easily find LogGroups corresponding to particular lambda function tags via the resource tagging API. In particular, this will allow us to easily find and delete these LogGroups when they are no longer needed.

Proposed Solution

Add a flag to the aws_lambda.Function construct indicating whether tags should be propagated. If so, create a custom resource to create the LogGroup if necessary, and then adjust its tags. It should account for adding new tags, deleting old tags, and modifying existing tags. It may be possible to combine this custom resource with the one that manages the LogGroup retention.

Other information

No response

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@rittneje rittneje added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 17, 2021
@github-actions github-actions bot added the @aws-cdk/aws-lambda Related to AWS Lambda label Nov 17, 2021
@nija-at nija-at added effort/medium Medium work item – several days of effort p2 and removed needs-triage This issue or PR still needs to be triaged. labels Nov 17, 2021
@nija-at nija-at removed their assignment Nov 17, 2021
@jd-carroll
Copy link
Contributor

@nija-at is there any update on this issue? By not having this feature, it becomes very difficult to manage LogGroups within an environment.

Is there a reason the LogGroup isn't created when the Lambda is created? (That seems like it would be an easy fix)

@jd-carroll
Copy link
Contributor

@kaizencc - randomly tagging you on this for some visibility (apologies). Would be great if this could get a second look.

@thomaswr
Copy link

Any new info on this issue?
Are there recommended workarounds for now to get correctly tagged lambda log groups?

@Naumel
Copy link
Contributor

Naumel commented Sep 15, 2022

This issue has been classified as p2.
We use 👍 s on this issue to help prioritize work, and are happy to re-evaluate the prioritization of this issue based on community feedback.

@ghost
Copy link

ghost commented Sep 15, 2022

@rittneje thank you for describing the issue so good. It matches our problem description too!

I would like to add our two use cases to this issue:

Use Case

We want to monitor LogGroups Usage by tagged projects.
We want to allocate LogGroups Costs (e.g. ingest, storage) to tagged projects.

@jglien
Copy link

jglien commented Oct 6, 2022

This issue also applies to other resources, like RDS when you supply cloudwatchLogsExports. There is no clear workaround.

@github-actions github-actions bot added p1 and removed p2 labels Nov 27, 2022
@github-actions
Copy link

This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue.

@colifran colifran self-assigned this May 31, 2023
@colifran colifran added the in-progress This issue is being actively worked on. label Jun 16, 2023
@mrgrain mrgrain assigned mrgrain and unassigned kaizencc and colifran Aug 23, 2023
@mrgrain mrgrain removed their assignment Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-lambda Related to AWS Lambda effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. in-progress This issue is being actively worked on. p1
Projects
None yet
9 participants