aws-samples / aws-dynamodb-examples

DynamoDB Examples
MIT No Attribution
551 stars 219 forks source link

Python Examples - Updating Operations.md #142 #159

Closed davetownG closed 1 month ago

davetownG commented 1 month ago

Issue #142

Description of changes:

  1. Fix DeleteItemConditional reference to point to delete_item_conditional.py.
  2. Add, pagination.py, query-scan-count.py, query_begins_with.py and query_equals.py to the Operations.md file.
  3. Identify the examples that matches the WorkingWithIndexes description, the examples might also be present under a different category.
  4. Add entry for add_gsi.py and enable_continuous_backups.py.
  5. Renaming table_change_to_on-demand.py and table_change_to_provisioned.py to update_table_on-demand and update_table_provisioned so it's consistent with what's in Operations.MD
  6. Add entry for paginated-query-batch-execute-statement.py and paginated-select-statement.py
  7. Add entry for WorkingWithCustomBackoffRetry exists but is not documented in README
  8. Update Count in the table to match query-scan-count.py.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.