Skip to content

Commit 853a5ad

Browse files
committed
docs(dynamodb): add missing dynamodb:TagResource permission for feast apply
1 parent 1858daf commit 853a5ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/online-stores/dynamodb.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Feast requires the following permissions in order to execute commands for Dynamo
6969

7070
| **Command** | Permissions | Resources |
7171
| ----------------------- | ----------------------------------------------------------------------------------- | ------------------------------------------------- |
72-
| **Apply** | <p>dynamodb:CreateTable</p><p>dynamodb:DescribeTable</p><p>dynamodb:DeleteTable</p> | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
72+
| **Apply** | <p>dynamodb:CreateTable</p><p>dynamodb:DescribeTable</p><p>dynamodb:DeleteTable</p><p>dynamodb:TagResource</p> | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
7373
| **Materialize** | dynamodb.BatchWriteItem | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
7474
| **Get Online Features** | dynamodb.BatchGetItem | arn:aws:dynamodb:\<region>:\<account_id>:table/\* |
7575

@@ -83,6 +83,7 @@ The following inline policy can be used to grant Feast the necessary permissions
8383
"dynamodb:CreateTable",
8484
"dynamodb:DescribeTable",
8585
"dynamodb:DeleteTable",
86+
"dynamodb:TagResource",
8687
"dynamodb:BatchWriteItem",
8788
"dynamodb:BatchGetItem"
8889
],

0 commit comments

Comments
 (0)