shameed1910/springboot-dynamodb

Consider defining a bean of type 'com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper' in your configuration.

Opened this issue · 0 comments

getting this exception while trying to follow thru ur youtube video.
any help ??

Field dynamoDBMapper in com.example.dynamodb.springbootdynamodbcrud.repository.PersonRepository required a bean of type 'com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper' that could not be found.

The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)

Action:

Consider defining a bean of type 'com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper' in your configuration.