We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ab59e commit 520472dCopy full SHA for 520472d
docs/patterns/database-patterns/ddb-basic-operations.md
@@ -17,11 +17,10 @@ In this article we are going to cover the following operations:
17
18
- [Creating a DynamoDB SDK client](#creating-a-client)
19
- [GetItem](#getitem-request)
20
-- Query
21
-- Scan
22
-- PutItem
23
-- UpdateItem
24
-- DeleteItem
+- [PutItem](#putitem-request)
+- [UpdateItem](#updateitem-request)
+- [DeleteItem](#deleteitem-request)
+- [Scan](#scan-request)
25
26
Topics not covered but will be in future articles include BatchItem operations, Transactions and Paginiation.
27
0 commit comments