Open
Description
Describe the issue
I raised #4112 because I thought DynamoDB attribute expression AND/OR/NOT conditions were not available via boto3.
However they are available as shown in
boto3/boto3/dynamodb/conditions.py
Lines 158 to 238 in 096e458
However https://boto3.amazonaws.com/v1/documentation/api/latest/reference/customizations/dynamodb.html#dynamodb-conditions does not include documentation of these conditions.