You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
indexName
to AWS DynamoDB scaler (metadata).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
The text was updated successfully, but these errors were encountered: