Skip to content

Commit aa973c4

Browse files
committed
Update README.md
1 parent d088dab commit aa973c4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gov2/dynamodb/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ Code examples that show you how to perform the essential operations within a ser
4141
Code excerpts that show you how to call individual service functions.
4242

4343
- [BatchExecuteStatement](actions/partiql.go#L7)
44-
- [BatchWriteItem](actions/table_basics.go#L177)
44+
- [BatchWriteItem](actions/table_basics.go#L175)
4545
- [CreateTable](actions/table_basics.go#L54)
46-
- [DeleteItem](actions/table_basics.go#L332)
47-
- [DeleteTable](actions/table_basics.go#L347)
46+
- [DeleteItem](actions/table_basics.go#L330)
47+
- [DeleteTable](actions/table_basics.go#L345)
4848
- [DescribeTable](actions/table_basics.go#L31)
4949
- [ExecuteStatement](actions/partiql.go#L7)
50-
- [GetItem](actions/table_basics.go#L221)
51-
- [ListTables](actions/table_basics.go#L99)
52-
- [PutItem](actions/table_basics.go#L121)
53-
- [Query](actions/table_basics.go#L243)
54-
- [Scan](actions/table_basics.go#L285)
55-
- [UpdateItem](actions/table_basics.go#L140)
50+
- [GetItem](actions/table_basics.go#L219)
51+
- [ListTables](actions/table_basics.go#L97)
52+
- [PutItem](actions/table_basics.go#L119)
53+
- [Query](actions/table_basics.go#L241)
54+
- [Scan](actions/table_basics.go#L283)
55+
- [UpdateItem](actions/table_basics.go#L138)
5656

5757
### Scenarios
5858

@@ -160,4 +160,4 @@ in the `gov2` folder.
160160

161161
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
162162

163-
SPDX-License-Identifier: Apache-2.0
163+
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)