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

allow lambda:TagResource against all resources #53

Closed
wants to merge 1 commit into from

Conversation

crispy101
Copy link
Contributor

No description provided.

@crispy101 crispy101 requested a review from a team as a code owner November 18, 2024 22:04
@crispy101 crispy101 requested review from TheOrangePuff and finnholland and removed request for a team November 18, 2024 22:04
@@ -148,6 +148,7 @@ export class ServiceDeployIAM extends cdk.Stack {
"lambda:ListEventSourceMappings",
"lambda:CreateEventSourceMapping",
"lambda:DeleteEventSourceMapping",
"lambda:TagResource",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this on all lambdas? Can we just scope this to named lambdas? (The one above?)

We probably also need the UntagResource permission too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for picking this up. Yep, wrong approach. Closing this PR off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants