From 32af0267e9dca49953d6b71abb3d680da5289f14 Mon Sep 17 00:00:00 2001 From: YaroslavPshenichnikov Date: Thu, 16 Nov 2023 15:05:57 +0300 Subject: [PATCH] FIX DynamoDB table definition --- develop-template.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/develop-template.yaml b/develop-template.yaml index dda292b..3803a2a 100644 --- a/develop-template.yaml +++ b/develop-template.yaml @@ -142,5 +142,10 @@ Resources: - Region: us-east-1 - Region: us-east-2 - Region: eu-central-1 + WriteCapacityAutoScalingSettings: + MinCapacity: 1 + MaxCapacity: 1 + TargetTrackingScalingPolicyConfiguration: + TargetValue: 90 StreamSpecification: StreamViewType: NEW_AND_OLD_IMAGES