-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(lambda): propagate tags to log group #26049
Conversation
… lambda resource provider for setting tags for log group Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…lect log propagation when it is set - unit testing added for enabling and disabling log propagation Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…group if tagsToSet is not an empty object Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…eater than 0 Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…source provider being given correct permissions after it is already created Signed-off-by: Francis <[email protected]>
…pdated unit tests Signed-off-by: Francis <[email protected]>
…pecific log groups Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…tiple log retention resources section of log retention unit tests Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
739cd92
to
2013faf
Compare
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
changes have been addressed. PR approved by me.
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to solve the issues of deleted log groups before me merge this.
Related to #21820
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
This PR implements the ability to allow tags to propagate to the lambda log group via an optional property called 'propagateTagsToLogGroup' that can be set when a lambda function is configured. This functionality was implemented using the existing custom resource setup to allow users to set a custom log retention for a lambda log group.
Closes #17533
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license