-
Notifications
You must be signed in to change notification settings - Fork 124
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
Package for Lambda #280
Comments
+1 |
I have actually written a version of this in node that I will post once it's cleaned up. I am running it in Lambda on a schedule and it seems to be working fine. Basically you just have to setup the function and create a role with the proper permissions and let it run. I also want to set it up to allow for multiple tables in the config so that one job can manage all of your tables and indexes. |
A lambda version of this would be awesome |
+1 I wonder if it would be possible to run it statelessly, without scheduling, reacting to threshold alerts on Dynamo metrics and/or circuit breaker availability via Cloudwatch? |
I'm setting it up to run every minute on lambda.... I'm using the runonce option, set the cloudwatch data window to -1 minute and for a minute duration, set the check-interval to zero to avoid the sleep at the end, log-file off. Even running every minute it uses barely any lambda resource however Im not using this in anger just yet, mainly because my usage is very bursty at the moment and it can't keep up. |
+1 for the Lambda version :) |
A Lambda package would make this complete and easy to use. |
A Lambda version of Dynamic DynamoDB would be really cool. PRs for this is more than welcome. |
Another good lambda version: |
I've just released my version here: https://github.com/channl/dynamodb-lambda-autoscale |
I've added new features to the dynamic-dynamodb-lambda developed by rockeee. New features:
You can download this lambda from here: I hope that this lambda can help you. It works fine. |
It would be great if we could run this in Lambda now that it supports python and scheduling.
The text was updated successfully, but these errors were encountered: