From 53080a5709c0f4f658cc3a18f8e834c23da68e9d Mon Sep 17 00:00:00 2001 From: Eoin Shanaghy Date: Mon, 2 Oct 2023 09:19:14 +0100 Subject: [PATCH] feat: disable SLIC Watch for cost saving by default --- app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yml b/app.yml index d878dd97..cf5d4aae 100644 --- a/app.yml +++ b/app.yml @@ -27,4 +27,4 @@ slicWatch: topicArn: ${ssm:/${self:provider.stage}/slicWatch/topicArn} # If you are not sure what to do, or don't want the additional # cost of alarms and dashboards, set 'enabled' to false - enabled: true + enabled: false