Skip to content

Commit 520472d

Browse files
committed
Correct Links
1 parent d1ab59e commit 520472d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/patterns/database-patterns/ddb-basic-operations.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ In this article we are going to cover the following operations:
1717

1818
- [Creating a DynamoDB SDK client](#creating-a-client)
1919
- [GetItem](#getitem-request)
20-
- Query
21-
- Scan
22-
- PutItem
23-
- UpdateItem
24-
- DeleteItem
20+
- [PutItem](#putitem-request)
21+
- [UpdateItem](#updateitem-request)
22+
- [DeleteItem](#deleteitem-request)
23+
- [Scan](#scan-request)
2524

2625
Topics not covered but will be in future articles include BatchItem operations, Transactions and Paginiation.
2726

0 commit comments

Comments
 (0)