document_client 2.0.0 document_client: ^2.0.0 copied to clipboard
The DynamoDB document client simplifies working with items. It uses native Dart types as input parameters, as well as converts response data to native Dart types.
DocumentClient for DynamoDB #
The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values. This abstraction annotates native Dart types supplied as input parameters, as well as converts annotated response data to native Dart types.
Warning: This is library is under development, some operations may not work.