Releases: sbstjn/serverless-dynamodb-autoscaling
Releases · sbstjn/serverless-dynamodb-autoscaling
v0.6.2
- Update used serverless hook #27
- Rename class #26
v0.6.1
- Fix bug in read/write capacity configuration by @tmclaugh #22
v0.5.1
- Fix bug in usage handling #18
v0.5.0
- Use TypeScript and compile to JS on release #17
v0.3.3
- Include serviceName in generated names (#15)
v0.3.2
- Use
provider.getStage()
for stage handling #13
- Truncate names that have more than 64 characters #12
v0.3.1
- Overwrite configured stage with
--stage XYZ
#11
v0.3.0
- Global Secondary Index support #8
v0.2.0
- Use
DependsOn
to prevent failures due to API limitations #7
- Breaking: Change configuration API and replace
name
with table
- Breaking: Change configuration API to require CloudFormation resource instead of plain table name