Skip to content

Commit

Permalink
ADD us-west-2 region to dynamodb table
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavPshenichnikov committed Dec 4, 2023
1 parent 9778814 commit 5ffe482
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions develop-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ Resources:
MaxCapacity: 10
TargetTrackingScalingPolicyConfiguration:
TargetValue: 70
- Region: us-west-2
ReadProvisionedThroughputSettings:
ReadCapacityAutoScalingSettings:
MinCapacity: 1
MaxCapacity: 10
TargetTrackingScalingPolicyConfiguration:
TargetValue: 70
- Region: eu-central-1
ReadProvisionedThroughputSettings:
ReadCapacityAutoScalingSettings:
Expand Down

0 comments on commit 5ffe482

Please sign in to comment.