question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DynamoDBTemplate should accept IDynamoDBMapper instead of DynamoDBMapper

See original GitHub issue

I’m creating an instance of DynamoDBTemplate in some tests and just noticed that the constructor uses the DynamoDBMapper class instead of an IDynamoDBMapper interface. Not a huge deal as I can cast my IDynamoDBMapper to DynamoDBMapper but that really shouldn’t be necessary.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
efenderboschcommented, Oct 31, 2018
1reaction
derjustcommented, Oct 8, 2018

Good catch (And totally agree) & Easy to fix. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

IDynamoDBMapper (AWS SDK for Java - 1.12.362)
If DynamoDBMapperConfig.TableNameOverride is specified then, given table override will be used as table name for all input objects. See Also: DynamoDBMapper.
Read more >
Error creating bean with name 'dynamoDB-DynamoDBMapper'
I have tried the following things: Adding a DynamoDBMapperFactory bean to my configuration class and making it primary; Different combinations ...
Read more >
Class DynamoDBMapper - javadoc.io
In order to allow the mapper to correctly persist the data, each modeled property in the domain class should be accessible via getter...
Read more >
Quick Guide to Integrate DynamoDB in Spring Boot - Baeldung
When accessing a local instance of DynamoDB these fields need to be ... DynamoDBMapper dynamoDBMapper; @Autowired private AmazonDynamoDB ...
Read more >
DynamoDBMapper.scan - Java - Tabnine
DynamoDBTableMapper. · EnvironmentRepositoryDDB. · Pagination with DynamoDBMapper Java AWS SDK · DynamoDBTemplate. · Query from AWS DynamoDB for Android.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found