From dce68c0cae9c32cea166ef0c06c7d4eee797ab2d Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Mon, 26 Aug 2024 08:39:24 -0700 Subject: [PATCH] fix(image): removing alarm for image api --- infrastructure/image-api/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/image-api/src/main.ts b/infrastructure/image-api/src/main.ts index 536098fdd..c5d46369e 100644 --- a/infrastructure/image-api/src/main.ts +++ b/infrastructure/image-api/src/main.ts @@ -240,7 +240,7 @@ class ImageAPI extends TerraformStack { threshold: 25, evaluationPeriods: 4, period: 300, - actions: config.isProd ? [snsTopic.arn] : [], + actions: config.isProd ? [] : [], }, }, });