-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Update LSI code to Javav2 #7680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
..._code/dynamodb/src/main/java/com/example/dynamodb/DocumentAPILocalSecondaryIndexExample.java
Show resolved
Hide resolved
..._code/dynamodb/src/main/java/com/example/dynamodb/DocumentAPILocalSecondaryIndexExample.java
Show resolved
Hide resolved
scmacdon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This example looks good.
scmacdon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are tags in the Java classes that have no closing tags. For example - // snippet-start:[dynamodb.java.codeexample.DocumentAPILocalSecondaryIndexExample] . All tags must be closed.
Java: Add SDK v2 version of DocumentAPILocalSecondaryIndexExample in DynamoDB
This pull request adds an AWS SDK for Java v2 version of the DocumentAPILocalSecondaryIndexExample to the javav2 directory. The example demonstrates how to:
The v2 implementation uses the low-level DynamoDbClient API with builder patterns, replacing the v1 Document API which has no direct equivalent in SDK v2.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.