Skip to content

Commit

Permalink
fix: add DeleteItem permission to TSTaskPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
jtblack-aws committed Oct 3, 2024
1 parent 4f1686a commit 3d9094f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/osml/tile_server/roles/ts_task_role.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class TSTaskRole extends Construct {
"dynamodb:*GetItem",
"dynamodb:*PutItem",
"dynamodb:UpdateItem",
"dynamodb:DeleteItem",
"dynamodb:DescribeTable"
],
resources: [
Expand Down

0 comments on commit 3d9094f

Please sign in to comment.