Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codyseibert committed Jun 23, 2023
1 parent b9f2d72 commit e8a2607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const scanTableSegment = async (
await dynamoDbDocumentClient
.scan({
ExclusiveStartKey: lastKey,
ExpressionAttributeValues: { ':prefix': 'streams-event-id' },
ExpressionAttributeValues: { ':prefix': 'stream-event-id' },
FilterExpression: 'NOT begins_with(pk, :prefix)',
Segment: segment,
TableName: process.env.SOURCE_TABLE,
Expand Down

0 comments on commit e8a2607

Please sign in to comment.