-
Notifications
You must be signed in to change notification settings - Fork 80
Can I use an IndexName for a DynamoDB proxy? #69
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
Comments
Right now, this plugin does not support for index of DynamoDB. But always welcome to proposal or pull request by anyone 👍 |
@horike37 thank you for your response. Thanks! |
Adding documentation to explain how to use it Close serverless-operations#69
Adding query type to get information from dynamo and using index too. Close serverless-operations#69
Adding documentation to explain how to use it Close serverless-operations#69
@horike37 hi |
Uh oh!
There was an error while loading. Please reload this page.
Hi! I'm looking for a way to set up an endpoint that would use an index based on GSI, instead of using the primary Hash/Sort Key. Is this possible? I don't see any examples in the docs.
I tried adding this, but causes an error:
IndexName: user_id_index
results in:
Any help is appreciated. Thanks!
The text was updated successfully, but these errors were encountered: