File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `kotli
3333
3434Code examples that show you how to perform the essential operations within a service.
3535
36- - [ Learn the basics] ( src/main/kotlin/com/kotlin/dynamodb/Scenario.kt )
36+ - [ Learn the basics] ( src/main/kotlin/com/kotlin/dynamodb/scenario/ Scenario.kt )
3737
3838
3939### Single actions
@@ -55,8 +55,8 @@ Code excerpts that show you how to call individual service functions.
5555Code examples that show you how to accomplish a specific task by calling multiple
5656functions within the same service.
5757
58- - [ Query a table by using batches of PartiQL statements] ( src/main/kotlin/com/kotlin/dynamodb/ScenarioPartiQLBatch.kt )
59- - [ Query a table using PartiQL] ( src/main/kotlin/com/kotlin/dynamodb/ScenarioPartiQ.kt )
58+ - [ Query a table by using batches of PartiQL statements] ( src/main/kotlin/com/kotlin/dynamodb/scenario/ ScenarioPartiQLBatch.kt )
59+ - [ Query a table using PartiQL] ( src/main/kotlin/com/kotlin/dynamodb/scenario/ ScenarioPartiQ.kt )
6060
6161
6262<!-- custom.examples.start-->
@@ -148,4 +148,4 @@ in the `kotlin` folder.
148148
149149Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
150150
151- SPDX-License-Identifier: Apache-2.0
151+ SPDX-License-Identifier: Apache-2.0
You can’t perform that action at this time.
0 commit comments