dcl-ops-lib 6.8.8 → 6.8.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -406,8 +406,8 @@ function setAutoscaling(_, config) {
406
406
  return new aws.appautoscaling.Policy(`ecs-autoscaling-policy-asset-bundle-converter-dev`, {
407
407
  policyType: "TargetTrackingScaling",
408
408
  resourceId: ecsTarget.resourceId,
409
- scalableDimension: ecsTarget.scalableDimension,
410
- serviceNamespace: ecsTarget.serviceNamespace,
409
+ scalableDimension: "ecs:service:DesiredCount",
410
+ serviceNamespace: "ecs",
411
411
  targetTrackingScalingPolicyConfiguration: {
412
412
  targetValue: config.targetValue,
413
413
  customizedMetricSpecification: TTS_CustomizedMetricSpecification,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.8.8",
3
+ "version": "6.8.9",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"