Skip to content

Commit de641ff

Browse files
Merge pull request #72 from goncalodasilva/patch-29
fix 94
2 parents 4435ac0 + 49bc366 commit de641ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,9 +1394,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
13941394

13951395
### A Developer is writing transactions into a DynamoDB table called `SystemUpdates` that has 5 write capacity units. Which option has the highest read throughput?
13961396

1397-
- [ ] Eventually consistent reads of 5 read capacity units reading items that are 4 KB in size.
1397+
- [x] Eventually consistent reads of 5 read capacity units reading items that are 4 KB in size.
13981398
- [ ] Strongly consistent reads of 5 read capacity units reading items that are 4 KB in size.
1399-
- [x] Eventually consistent reads of 15 read capacity units reading items that are 1 KB in size.
1399+
- [ ] Eventually consistent reads of 15 read capacity units reading items that are 1 KB in size.
14001400
- [ ] Strongly consistent reads of 15 read capacity units reading items that are 1 KB in size.
14011401

14021402
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)