Skip to content

chore(java): Parallelize Java Examples #1940

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

Merged
merged 13 commits into from
Jun 11, 2025
Merged

Conversation

rishav-karanjit
Copy link
Member

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rishav-karanjit rishav-karanjit changed the title chore(java): Parallelize Java Examples chore(java): Parallelize Java Examples Jun 9, 2025
texastony
texastony previously approved these changes Jun 9, 2025
@rishav-karanjit rishav-karanjit marked this pull request as ready for review June 10, 2025 05:31
@rishav-karanjit rishav-karanjit requested a review from a team as a code owner June 10, 2025 05:31
@@ -142,7 +146,7 @@ public static void PutItemGetItem(String kmsKeyId, String ddbTableName) {
final HashMap<String, AttributeValue> item = new HashMap<>();
item.put(
"partition_key",
AttributeValue.builder().s("BasicPutGetExample").build()
AttributeValue.builder().s(PartitionKeyName).build()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to delete this at some point, so that the table doesn't grow arbitrarily large.

@rishav-karanjit rishav-karanjit merged commit b532564 into main Jun 11, 2025
88 of 90 checks passed
@rishav-karanjit rishav-karanjit deleted the parallelizeExamples branch June 11, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants