amazon-dynamodb-labs
amazon-dynamodb-labs copied to clipboard
Hands on workshop and design scenarios for Amazon DynamoDB
Replace “DocumentDB” with DynamoDB on Prerequisites page: https://amazon-dynamodb-labs.com/hands-on-labs/setup/prerequisites.html
1. In Adv design patterns labs scripts are reviewed via EC2 that is provisioned - it'll be better to leverage Cloud9 IDE from basic labs here - to provide better...
*Issue #, if available:* In GSI, there is a typo *Description of changes:* I just add an 'i' in operation By submitting this pull request, I confirm that you can...
On reference-materials.html page, I recommend you either embed or just link to [this page in the DDB docs](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/AdditionalResources.html).
on pages like [this one](http://localhost:1313/design-patterns/setup/step2.html) it mentions AWS CLI 1.x, but we really should be using 2.x. Also, should we switch Python version as well? For python, we should likely...
Probably because of copy-paste mistake the description for delete operation states that it creates or replace item: > The DynamoDB DeleteItem API is used to **_create a new item or...
Issue #, if available: Description of changes: Created the Python code, data files and documentation for the Global Tables module By submitting this pull request, I confirm that you can...
*Issue #, if available:* *Description of changes:* Added PartiQL module in labs. Also added PartiQL permission in CloudFormation template. By submitting this pull request, I confirm that you can use,...
Issue: Tables are left scaled up after stack deletion. We have banners in the lab explaining the importance of deleting DDB tables, but these aren't foolproof. Recommended resolution: - [X]...
Composite key - should refer to Partition + Sort key combo Compound key - Concatenated key, especially the sort key.