add extra test for ProjectionExpression using scan with ExpressionAttributes
This commit is contained in:
parent
949637a14c
commit
4ce0e6bbcb
3 changed files with 83 additions and 2 deletions
|
|
@ -558,7 +558,7 @@ class DynamoHandler(BaseResponse):
|
|||
filter_expression = self.body.get('FilterExpression')
|
||||
expression_attribute_values = self.body.get('ExpressionAttributeValues', {})
|
||||
expression_attribute_names = self.body.get('ExpressionAttributeNames', {})
|
||||
projection_expression = self.body.get('ProjectionExpression')
|
||||
projection_expression = self.body.get('ProjectionExpression', '')
|
||||
exclusive_start_key = self.body.get('ExclusiveStartKey')
|
||||
limit = self.body.get("Limit")
|
||||
index_name = self.body.get('IndexName')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue