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

AWS DynamoDb scaler #2482

Closed
samueleresca opened this issue Jan 13, 2022 · 3 comments · Fixed by #2486 or kedacore/keda-docs#680
Closed

AWS DynamoDb scaler #2482

samueleresca opened this issue Jan 13, 2022 · 3 comments · Fixed by #2486 or kedacore/keda-docs#680

Comments

@samueleresca
Copy link
Contributor

Proposal

Scaler based on the result of a DynamoDB table query.

Scaler Source

The single numeric result of a DynamoDb query.

Scaling Mechanics

The scaling mechanics is based on the result of a table query in DynamoDB (similar to what has been done for MongoDB).

Authentication Source

It can reuse the identityOwner and the TriggerAuthentication implemented for the SQS Scaler.

Anything else?

The idea is similar to the MongoDB scaler. It is possible to reuse the authentication bit already implemented for Amazon SQS.
DynamoDb paginates results over 1MB, see https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.html#Query.Count

@tomkerkhove
Copy link
Member

Are you willing to contribute this?

@samueleresca
Copy link
Contributor Author

samueleresca commented Jan 14, 2022

Are you willing to contribute this?

Yes, I can have a look at this 👍🏻

@stale
Copy link

stale bot commented Mar 15, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale All issues that are marked as stale due to inactivity label Mar 15, 2022
@zroubalik zroubalik removed the stale All issues that are marked as stale due to inactivity label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
3 participants