We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
List<MetricScoreMetadataEntity> getMetricScoreMetadataEntitiesByMetricIdInAndMonth(List<String> metricId, String month);
Hash key : metricId Sort Key : month
Should have performed bulk query for the whole list of items and given results
Performing scan for the list of items
The text was updated successfully, but these errors were encountered:
I have the same Issue on the boostchicken repo. Then I created another more detailed issue on boostchicken repo:
boostchicken#160
If you have some solution please share
Sorry, something went wrong.
Hey @asif-iiitm if you want please visit my issue link to see the solution. Probably should be the same for you.
No branches or pull requests
Expected Behavior
Hash key : metricId
Sort Key : month
Should have performed bulk query for the whole list of items and given results
Actual Behavior
Performing scan for the list of items
Specifications
The text was updated successfully, but these errors were encountered: