Open efenderbosch opened 6 years ago
Good catch (And totally agree) & Easy to fix. Thanks!
Sadly less easy than expected at first.. AWS SDK uses the concrete class for com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList
Working on it
Ugh. Should I open a bug w/ them for that?
Opened an issue for that.
Appreciate opening the bug!
I'm creating an instance of
DynamoDBTemplate
in some tests and just noticed that the constructor uses theDynamoDBMapper
class instead of anIDynamoDBMapper
interface. Not a huge deal as I can cast myIDynamoDBMapper
toDynamoDBMapper
but that really shouldn't be necessary.