Skip to content

0.1.0

Compare
Choose a tag to compare
@aknysh aknysh released this 23 Mar 05:10
5b75a93

what

  • Autoscaler scales up/down the provisioned OPS for a DynamoDB table based on the load

why

  • Separate DynamoDB table provisioning from Autoscaler provisioning
  • Some applications require DynamoDB tables with completely different structure (range key required or not, different attributes), which is difficult to generalize taking into account Terraform language restrictions (e.g. no conditionals with maps and lists). Having the autoscaling code in each module is redundant
  • Some application don't require autoscaling at all