From af40c749c187956548c65bf4c68fd31276502b78 Mon Sep 17 00:00:00 2001 From: Tim Finnigan Date: Wed, 22 May 2024 11:24:24 -0700 Subject: [PATCH] add note regarding logical operators --- docs/source/reference/customizations/dynamodb.rst | 5 +++++ 1 file changed, 5 insertions(+) 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