-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support GSI and LSI through DynamoDB Table #655
Comments
Definitely a missing feature in our dynamo db library |
I am curious about how you implement this feature: are you considering sort of public methods, such as |
Yes, something like that should work. If it makes sense, we sometimes also like to provide a declarative syntax via |
I close this issue because both GSI and LSI are supported now. |
Hi AWS CDK,
First of all, I am happy to see this project :)
As DynamoDB user, it would be great to support GSI and LSI through DynamoDB Table. Currently, a low-level approach is required as follows if GSI or LSI is needed, which makes high-level methods, such as
addPartitionKey
andaddSortKey
, less useful.The text was updated successfully, but these errors were encountered: