sbstjn/serverless-dynamodb-autoscaling
View on GitHubCreate one scaling dedicated IAM role per project (not table)
Open
#31 opened on Oct 11, 2017
help wanted
Repository metrics
- Stars
- (148 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently, project creates scaling role per table, which inconveniently increases resources count of CloudFormation stack, e.g. with larger number of tables it's more likely to reach 200 resources limit which is not shiftable.
As it's scalable targets that states which roles they're going to use, the ScalingRole can safely be configured as one global resource, it's also how it's exampled in AWS CloudFormation documentation