Back out last change to default sequence numbers.
This commit is contained in:
parent
192ad8cc39
commit
c0ae585296
1 changed files with 0 additions and 3 deletions
|
|
@ -116,9 +116,6 @@ func (c *Checkpoint) GetCheckpoint(streamName, shardID string) (string, error) {
|
|||
|
||||
var i item
|
||||
attributevalue.UnmarshalMap(resp.Item, &i)
|
||||
if i.SequenceNumber == "" {
|
||||
i.SequenceNumber = "0"
|
||||
}
|
||||
return i.SequenceNumber, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue