channl / dynamodb-lambda-autoscale

Autoscale DynamoDB provisioned capacity using Lambda
MIT License
313 stars 88 forks source link

Configuration specific to env or tables #62

Open asvarshn opened 7 years ago

asvarshn commented 7 years ago

Hi @tmitchel2 First of all I would like to thank you for the great work. It's awesome!

I just configured this in my systems and I have few questions:

1) I have multiple envs(dev/qa/stg/uat) in one account and I want to run this on specific env rather than on all the tables in this account. What's the place to make those changes? 2) It's setting the value to 1, where can I modify those values?

tmitchel2 commented 7 years ago
  1. is not possible in this version, a version in dev would have been able to but i have stopped working on that since AWS introduced a native autoscaling solution.
  2. not sure exactly what you mean.
asvarshn commented 7 years ago

Thanks for your reply @tmitchel2 I think your solution is more stable and advanced than AWS.

1) Is it possible to run on selected tables? 2) What I meant was, I have configured it and when I ran it, it has set all the values of Read and write to 1.

image

asvarshn commented 7 years ago

@goncaloneves How have you implemented this solution? Have you implemented in prod as well?

asvarshn commented 7 years ago

@tmitchel2 please share your thoughts