Skip to content

Commit 3f346a2

Browse files
authored
Merge pull request #78 from cloudgraphdev/fix/dynamodb-scaleOutCooldown-property-name
fix(services): fix dynamodb wrong property name
2 parents 9b910d0 + e7f67c8 commit 3f346a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/dynamodb/format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const formatAutoScalingSettingsDescription = (
9999
policyName,
100100
disableScaleIn: config?.DisableScaleIn,
101101
scaleInCooldown: config?.ScaleInCooldown,
102-
ScaleOutCooldown: config?.ScaleOutCooldown,
102+
scaleOutCooldown: config?.ScaleOutCooldown,
103103
targetValue: config?.TargetValue,
104104
})
105105
),

0 commit comments

Comments
 (0)