-
Notifications
You must be signed in to change notification settings - Fork 864
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it clearer which fields are required when building a DynamoDB En…
…hanced Client WriteBatch. Currently, a NullPointerException is thrown if you forget to call the builder with mappedTableResource(MappedTableResource<T>)
- Loading branch information
Steven Swartz
committed
Aug 6, 2023
1 parent
21bdc95
commit 2fb4633
Showing
3 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
.changes/next-release/bugfix-AmazonDynamoDBEnhancedClient-8e7d838.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"type": "bugfix", | ||
"category": "Amazon DynamoDB Enhanced Client", | ||
"contributor": "swar8080", | ||
"description": "Make it clearer which fields are required when building a WriteBatch, which helps avoid NullPointerExceptions when adding a putItem or deleteItem to the batch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters