aws / aws/aws-dynamodb-encryption-java
Guide clients away from withAttributeValues in EncryptionContext
Open
- Dominant language
- Java
- Stars
- 141
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
withAttributeValues is OK to be exposed to the SDK via package private or some other means, but clients aren't intended to use it.
The solution we discussed was to deprecate this method. Maybe there is another way to convince clients not to use it.
Contributor guide
Assessment
This issue has not been assessed yet.