Skip to content
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

Add indexName field to AWS DynamoDB scaler #4680

Closed
Haegi opened this issue Jun 12, 2023 · 0 comments · Fixed by #4682
Closed

Add indexName field to AWS DynamoDB scaler #4680

Haegi opened this issue Jun 12, 2023 · 0 comments · Fixed by #4682
Labels
feature-request All issues for new features that have not been committed to needs-discussion

Comments

@Haegi
Copy link
Contributor

Haegi commented Jun 12, 2023

Proposal

The AWS DynamoDB scaler should support the IndexName argument for dynamo db queries.
At the moment there is not possibility to specify the IndexName in for the AWS DynamoDB scaler.
This argument is quite important when the dynamo query should run using an index.

Proposal:

  • Add indexName to AWS DynamoDB scaler (metadata).
  • The field should be optional.

Use-Case

Running dynamo db queries using an index is a common use-case. Especially, when specifying multiple keys is not an option and indices are used in the table.

Is this a feature you are interested in implementing yourself?

Yes

Anything else?

No response

@Haegi Haegi added feature-request All issues for new features that have not been committed to needs-discussion labels Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All issues for new features that have not been committed to needs-discussion
Projects
Status: Ready To Ship
Development

Successfully merging a pull request may close this issue.

1 participant