Skip to content

Commit

Permalink
Java (v2): DynamoDB - Add PartiQL batch select example. (#7090)
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon authored Nov 20, 2024
1 parent a5feb68 commit b6fab98
Show file tree
Hide file tree
Showing 6 changed files with 1,207 additions and 1,159 deletions.
6 changes: 3 additions & 3 deletions javav2/example_code/dynamodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav

Code examples that show you how to perform the essential operations within a service.

- [Learn the basics](src/main/java/com/example/dynamodb/Scenario.java)
- [Learn the basics](src/main/java/com/example/dynamodb/scenario/Scenario.java)


### Single actions
Expand All @@ -63,8 +63,8 @@ Code excerpts that show you how to call individual service functions.
Code examples that show you how to accomplish a specific task by calling multiple
functions within the same service.

- [Query a table by using batches of PartiQL statements](src/main/java/com/example/dynamodb/ScenarioPartiQLBatch.java)
- [Query a table using PartiQL](src/main/java/com/example/dynamodb/ScenarioPartiQ.java)
- [Query a table by using batches of PartiQL statements](src/main/java/com/example/dynamodb/scenario/ScenarioPartiQLBatch.java)
- [Query a table using PartiQL](src/main/java/com/example/dynamodb/scenario/ScenarioPartiQ.java)


<!--custom.examples.start-->
Expand Down
Loading

0 comments on commit b6fab98

Please sign in to comment.