Tiago Peixoto

Results 26 comments of Tiago Peixoto

@GynnRickerbyNZPost Have you tried to set `dynamoDBMapperConfigRef` property of `@EnableDynamoDBRepositories` to point to your custom config? For exemple (in Kotlin): ``` @EnableDynamoDBRepositories(dynamoDBMapperConfigRef = "customDynamoDBMapperConfig") class DynamoDbConfig() { @Bean("customDynamoDBMapperConfig") fun dynamoDBMapperConfig():...

I created a [PR](https://github.com/derjust/spring-data-dynamodb/pull/238). Hope it helps! Feel free to give me feedback.

I made a new fix related to this issue.

@shexbeer Could you test the [fix I made](https://github.com/tiagocpeixoto/spring-data-dynamodb)? It was an object of a [pull request](https://github.com/derjust/spring-data-dynamodb/pull/238). Best regards.

After testing it again, I found that using the Android Emulator everything works fine. But the problem arises when I run it with react-native-web, which is when the reported error...