Skip to content

Commit

Permalink
add note on logical operators
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-finnigan committed May 22, 2024
1 parent fb608de commit cf04af1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/reference/customizations/dynamodb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit cf04af1

Please sign in to comment.