Skip to content

Commit 2301599

Browse files
author
Janos Tolgyesi
committed
Add untested composite key warning
1 parent 4f51270 commit 2301599

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dynamodb_mapping/dynamodb_mapping.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ class DynamoDBMapping(MutableMapping):
272272
the values are one of the `permitted DynamoDB value types`_. The ``DynamoDBItemType`` type
273273
reflects the possible item types.
274274
275+
.. warning::
276+
As of the time of the writing, the support of composite keys is untested and might not work.
277+
275278
.. _permitted DynamoDB value types: \
276279
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/customizations/dynamodb.html
277280

0 commit comments

Comments
 (0)