Skip to content

Commit

Permalink
add sns:SetTopicAttributes permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Park committed May 31, 2024
1 parent cdfa5b0 commit 48d50b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/serverless-deploy-iam/bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export class ServiceDeployIAM extends cdk.Stack {
qualifiers: [`${serviceName}*`],
actions: [
"sns:GetTopicAttributes",
"sns:SetTopicAttributes",
"sns:CreateTopic",
"sns:DeleteTopic",
"sns:Subscribe",
Expand Down

0 comments on commit 48d50b3

Please sign in to comment.