Adds a ResetCheckpoints function which sets all existing dynamo checkpoints to LATEST.
This is useful to call as part of a deploy if you want to make sure that all new readers start at the most recent record instead of picking up where the the old readers left off.
Adds a
ResetCheckpoints
function which sets all existing dynamo checkpoints toLATEST
.This is useful to call as part of a deploy if you want to make sure that all new readers start at the most recent record instead of picking up where the the old readers left off.