Expected Behavior
CheckpointDurableExecution API will return a list of operations with a nextMarker. If nextMarker exists, the SDK should fetch next pages of operations
Actual Behavior
The next pages of operations are not returned and processed
https://github.com/aws/aws-durable-execution-sdk-java/blob/main/sdk/src/main/java/com/amazonaws/lambda/durable/execution/CheckpointBatcher.java#L91
Steps to Reproduce
N/A
SDK Version
all
Java Version
17
Is this a regression?
No
Last Working Version
No response
Additional Context
No response