I just ran into a problem when trying to use this with the latest easy source (2.0.3).
easy source projections expects the eventSource.scan() function to accept a version number (essentially an offset) but dynamodb doesn't allow query offsets. The only keys in this library suitable are commitId and commitedAt and those aren't included in the 'EventStream
I just ran into a problem when trying to use this with the latest easy source (2.0.3).
easy source projections expects the
eventSource.scan()function to accept a version number (essentially an offset) but dynamodb doesn't allow query offsets. The only keys in this library suitable are commitId and commitedAt and those aren't included in the 'EventStream