Closed aiziumov closed 11 months ago
Also:
Many people were confused on this step when we load 500 rows just within 17seconds * 5. (https://amazon-dynamodb-labs.com/design-patterns/ex1capacity/step2.html) It took me a while to figure out that we're leveraging underused Provisioned capacity here for the last 1-2 minutes. But IMHO for self-paced scenario - it makes sense to add a Note "If you were not using DDB table during some period of time - you will have spare capacity as burst - that's why you could go beyong 5 WCUs per second during the load".
Starting with Adv Design Patterns lab first and then rolling to the others:
All work done. Resolving.