From 321c0bd9b93ea3246f018c2060f31c2381a683a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej?= Date: Mon, 20 Jul 2020 13:41:03 +0200 Subject: [PATCH] Fix typo in anomaly detection section in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd0afaf..bd12838 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ functions: alarms: - name: fooAlarm type: anomalyDetection - namespace: 'AWS/Lamabda' + namespace: 'AWS/Lambda' metric: Invocations threshold: 2 statistic: Sum