Skip to content

Commit d3371e3

Browse files
Merge pull request #75 from goncalodasilva/patch-32
fix 311
2 parents 5d9e38f + 6c68a6f commit d3371e3

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
@@ -3412,8 +3412,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
34123412
### A company uses Amazon DynamoDB for managing and tracking orders. The DynamoDB table is partitioned based on the order date. The company receives a huge increase in orders during a sales event, causing DynamoDB writes to throttle, and the consumed throughput is far below the provisioned throughput. According to AWS best practices, how can this issue be resolved with MINIMAL costs?
34133413

34143414
- [ ] Create a new DynamoDB table for every order date.
3415-
- [x] Increase the read and write capacity units of the DynamoDB table.
3416-
- [ ] Add a random number suffix to the partition key values.
3415+
- [ ] Increase the read and write capacity units of the DynamoDB table.
3416+
- [x] Add a random number suffix to the partition key values.
34173417
- [ ] Add a global secondary index to the DynamoDB table.
34183418

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

0 commit comments

Comments
 (0)