We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f51270 commit 2301599Copy full SHA for 2301599
dynamodb_mapping/dynamodb_mapping.py
@@ -272,6 +272,9 @@ class DynamoDBMapping(MutableMapping):
272
the values are one of the `permitted DynamoDB value types`_. The ``DynamoDBItemType`` type
273
reflects the possible item types.
274
275
+ .. warning::
276
+ As of the time of the writing, the support of composite keys is untested and might not work.
277
+
278
.. _permitted DynamoDB value types: \
279
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/customizations/dynamodb.html
280
0 commit comments