File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
php/example_code/dynamodb Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ Code examples that show you how to perform the essential operations within a ser
4040
4141Code 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
165165Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
166166
167- SPDX-License-Identifier: Apache-2.0
167+ SPDX-License-Identifier: Apache-2.0
You can’t perform that action at this time.
0 commit comments