Skip to content

Commit e3a9679

Browse files
committed
update iam lambda user policy
1 parent 3698d5c commit e3a9679

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

terraform/dynamodb.tf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
resource "aws_dynamodb_table" "products_table" {
22
name = "Products"
3-
billing_mode = "PROVISIONED"
3+
billing_mode = "PAY_PER_REQUEST"
44
hash_key = "ProductID"
55

66
attribute {
77
name = "ProductID"
88
type = "S"
99
}
10-
11-
write_capacity = 10
12-
read_capacity = 10
1310
}
1411

1512
resource "aws_dynamodb_table" "users_table" {

0 commit comments

Comments
 (0)