Releases: cloudposse/terraform-aws-dynamodb-autoscaler
Releases · cloudposse/terraform-aws-dynamodb-autoscaler
0.2.5 Update readme yaml file and rebuild md
what
- updated
README.yaml
file - add tags and categories
- rebuild
README.md
file
why
- need to add categories and tags so we can pull them into the documentation
0.2.4
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README
0.2.1
0.2.0
0.1.1
0.1.0
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