sbstjn/serverless-dynamodb-autoscaling

Create one scaling dedicated IAM role per project (not table)

Open

#31 opened on Oct 11, 2017

View on GitHub
 (10 comments) (2 reactions) (0 assignees)TypeScript (26 forks)github user discovery
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

Contributor guide