Slightly reformat the solution
This commit is contained in:
parent
6ea60012fc
commit
1d0de934e5
1 changed files with 3 additions and 1 deletions
|
|
@ -481,7 +481,9 @@ class DynamoHandler(BaseResponse):
|
|||
]
|
||||
elif "begins_with" in range_key_expression:
|
||||
range_comparison = "BEGINS_WITH"
|
||||
range_values = [value_alias_map[range_key_expression_components[-1]]]
|
||||
range_values = [
|
||||
value_alias_map[range_key_expression_components[-1]]
|
||||
]
|
||||
else:
|
||||
range_values = [value_alias_map[range_key_expression_components[2]]]
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue