Skip to content

Commit

Permalink
add lambda:ListTags to allow the deploy user to access tag information
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Park committed Oct 1, 2024
1 parent d233fab commit 1c5e3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/serverless-deploy-iam/bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ export class ServiceDeployIAM extends cdk.Stack {
name: "LAMBDA",
prefix: `arn:aws:lambda:${region}:${accountId}:function:`,
qualifiers: [`${serviceName}*`],
actions: ["lambda:GetFunction", "lambda:InvokeFunction"],
actions: ["lambda:GetFunction", "lambda:InvokeFunction", "lambda:ListTags"],
},
{
name: "IAM",
Expand Down

0 comments on commit 1c5e3a7

Please sign in to comment.