Skip to content

Commit

Permalink
fixed DynamoDB scan code example
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddeyo committed Jan 2, 2018
1 parent 2f1b524 commit 975d100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascript/example_code/dynamodb/ddb_scan.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ var params = {
':e' : {N: '09'},
':topic' : {S: 'PHRASE'}
},
KeyConditionExpression: 'Season = :s and Episode > :e',
ProjectionExpression: 'Episode, Title, Subtitle',
FilterExpression: 'contains (Subtitle, :topic)',
TableName: 'EPISODES_TABLE'
Expand Down

0 comments on commit 975d100

Please sign in to comment.