Skip to content

Commit 4c44dec

Browse files
author
Hans Klunder
authored
Merge pull request #1 from seriousme/on-demand-dynamodb
Switched to DynamoDB on-demand
2 parents 678fa1c + 7629e5d commit 4c44dec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

voteApp-CF-template.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
"KeyType": "HASH"
2222
}
2323
],
24-
"ProvisionedThroughput": {
25-
"ReadCapacityUnits": 5,
26-
"WriteCapacityUnits": 5
27-
}
24+
BillingMode: PAY_PER_REQUEST
2825
}
2926
},
3027
"VoteAppApigwRole": {

0 commit comments

Comments
 (0)