diff --git a/docs/source/reference/customizations/dynamodb.rst b/docs/source/reference/customizations/dynamodb.rst index 6a23ec0804..92df28ed98 100644 --- a/docs/source/reference/customizations/dynamodb.rst +++ b/docs/source/reference/customizations/dynamodb.rst @@ -62,3 +62,8 @@ DynamoDB conditions :members: :undoc-members: :inherited-members: + +.. note:: + + You are also able to chain conditions together using the logical operators: + ``&`` (and), ``|`` (or), and ``~`` (not). \ No newline at end of file