aws-dynamodb-encryption-java icon indicating copy to clipboard operation
aws-dynamodb-encryption-java copied to clipboard

Guide clients away from withAttributeValues in EncryptionContext

Open johnwalker opened this issue 6 years ago • 0 comments

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.

johnwalker avatar Aug 17 '18 23:08 johnwalker