Skip to content

Commit

Permalink
Merge pull request #34 from aligent/feature/adjust-deploy-user-sqs-pe…
Browse files Browse the repository at this point in the history
…rmissions

Renaming Even Source Mappings is not possible without DELETE
  • Loading branch information
hubertott authored Feb 20, 2024
2 parents 1299291 + 035595b commit 1ab39ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/serverless-deploy-iam/bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ export class ServiceDeployIAM extends cdk.Stack {
actions: [
"lambda:GetEventSourceMapping",
"lambda:ListEventSourceMappings",
"lambda:CreateEventSourceMapping"
"lambda:CreateEventSourceMapping",
"lambda:DeleteEventSourceMapping"
]
},
{
Expand Down

0 comments on commit 1ab39ea

Please sign in to comment.