Closed tebanieo closed 2 months ago
DeleteItemConditional
seems to be referencing this file which is named delete_item2.py
instead of delete_item_conditional.py
as is the format with the other conditional operationsupdate_table_on-demand
and update_table_provisioned
so it's consistent with what's in Operations.MDAlso, there's a mention of 'Count' in Operations.md but I'm not sure what example file that's referring to...possibly query-scan-count.py. Aside from that, the other operations in the table with ✅ are present and those with ❌ are absent.
Thanks @ChinoUkaegbu for the audit.
This is a summary of the work that needs to be completed on this issue:
delete_item_conditional.py
.WorkingWithIndexes
description, the examples might also be present under a different category. update_table_on-demand
and update_table_provisioned
so it's consistent with what's in Operations.MDCount
in the table to match query-scan-count.py.Thanks to @ChinoUkaegbu to complete the python audit, new issue has ben created to track modifications #142
The newly created Operations page needs auditing to ensure all the operations listed in the page have a matching example.