michaellavelle / spring-data-dynamodb

Simplifies the development of creating an Amazon DynamoDB-based Java data access layer
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
169 stars 284 forks source link

WIP: Issue #146 - Initialize DynamoDBMapperConfigs that are missing required fields #92

Closed derjust closed 6 years ago

derjust commented 6 years ago

The old documentation at https://github.com/derjust/spring-data-dynamodb/wiki/Alter-table-name-during-runtime (Same as https://git.io/DynamoDBMapperConfig) told people to start with an empty Builder. This causes issues down the line as required fields (TypeConverterFactory & ConversionSchema) where not properly initialized