Skip to content

Commit 202f477

Browse files
author
Adetokunbo Ige
committed
chore: update policy
Signed-off-by: Adetokunbo Ige <[email protected]>
1 parent 1d79fd3 commit 202f477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

todo-app/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
)
5959

6060
# Define IAM policy for DynamoDB access
61-
dynamodb_policy = aws.iam.Policy(
61+
dynamodb_scan_policy = aws.iam.Policy(
6262
"dynamodb-policy",
6363
description="Policy for DynamoDB access",
6464
policy=pulumi.Output.json_dumps({

0 commit comments

Comments
 (0)