forked from derjust/spring-data-dynamodb
-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
Expected Behavior
I would expect to have the option to configure the projection of the local index or at least the default behaviour should project all fields the same way as GSI.
Actual Behavior
If using local indices, there is no projection configuration which makes the index almost useless.
Steps to Reproduce the Problem
- Specify
localSecondaryIndexNameinDynamoDBIndexRangeKey - Execute a find by indexed field.
- All fields are empty
Specifications
- Spring Data DynamoDB Version: 5.2.3
- Spring Data Version: 2.2.2.RELEASE
- AWS SDK Version: .11.664
- Java Version: Java 11
- Platform Details: Azul Zulu
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request