Skip to content

Commit fac7230

Browse files
committed
update README for dynamodb examples
1 parent 56fd3ac commit fac7230

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

php/example_code/dynamodb/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Code examples that show you how to perform the essential operations within a ser
4040

4141
Code excerpts that show you how to call individual service functions.
4242

43-
- [BatchExecuteStatement](DynamoDBService.php#L319)
44-
- [BatchWriteItem](DynamoDBService.php#L201)
43+
- [BatchExecuteStatement](DynamoDBService.php#L317)
44+
- [BatchWriteItem](DynamoDBService.php#L199)
4545
- [CreateTable](dynamodb_basics/GettingStartedWithDynamoDB.php#L52)
4646
- [DeleteItem](dynamodb_basics/GettingStartedWithDynamoDB.php#L148)
47-
- [DeleteTable](DynamoDBService.php#L84)
48-
- [ExecuteStatement](DynamoDBService.php#L263)
47+
- [DeleteTable](DynamoDBService.php#L82)
48+
- [ExecuteStatement](DynamoDBService.php#L261)
4949
- [GetItem](dynamodb_basics/GettingStartedWithDynamoDB.php#L131)
50-
- [ListTables](DynamoDBService.php#L64)
50+
- [ListTables](DynamoDBService.php#L62)
5151
- [PutItem](dynamodb_basics/GettingStartedWithDynamoDB.php#L67)
5252
- [Query](dynamodb_basics/GettingStartedWithDynamoDB.php#L158)
5353
- [Scan](dynamodb_basics/GettingStartedWithDynamoDB.php#L178)
@@ -164,4 +164,4 @@ in the `php` folder.
164164

165165
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
166166

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

0 commit comments

Comments
 (0)