From 93dcda5c961d07df596b6a30697e1df772668359 Mon Sep 17 00:00:00 2001 From: Matej Gera <38492574+matej-g@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:51:42 +0200 Subject: [PATCH] Remove unsupported MWAA resource filter (#1152) Signed-off-by: Matej Gera --- pkg/config/services.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/config/services.go b/pkg/config/services.go index a2f54eb76..57c89451d 100644 --- a/pkg/config/services.go +++ b/pkg/config/services.go @@ -71,9 +71,6 @@ var SupportedServices = serviceConfigs{ { Namespace: "AWS/MWAA", Alias: "mwaa", - ResourceFilters: []*string{ - aws.String("mwaa"), - }, }, { Namespace: "AWS/ApplicationELB",