Skip to content

Commit 4ae1b4a

Browse files
Removing data type limitation docs
1 parent 34c25e6 commit 4ae1b4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ For signing, the user specified signing key can be either symmetric or asymmetri
148148

149149
## Known Limitations
150150

151-
1. Currently the new data types in [Amazon DynamoDB][ddb] including Map, List, Boolean, and NULL are not yet supported by this library. In particular, this library would fail fast upon detecting the use of these new data types. We expect to support the new types soon in future releases.
152-
153-
2. During retrieval of an item, all the attributes of the item that have been involved for encryption or signing must also be included for signature verification. Otherwise, the signature would fail to verify.
151+
1. During retrieval of an item, all the attributes of the item that have been involved for encryption or signing must also be included for signature verification. Otherwise, the signature would fail to verify.
154152

155153
[attrencryptor]: src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/AttributeEncryptor.java
156154
[createtable]: https://github.com/aws/aws-sdk-java/blob/master/src/samples/AmazonDynamoDBDocumentAPI/quick-start/com/amazonaws/services/dynamodbv2/document/quickstart/A_CreateTableTest.java

0 commit comments

Comments
 (0)