From 626a4b825ac960c086b1791743b72a8d6e5c76d8 Mon Sep 17 00:00:00 2001 From: Juwon Date: Wed, 7 Aug 2024 15:21:30 +0900 Subject: [PATCH] Add featrue : WAFv2 bp check --- services/wafv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/wafv2.py b/services/wafv2.py index bc8de08..ce7455f 100644 --- a/services/wafv2.py +++ b/services/wafv2.py @@ -4,7 +4,7 @@ import boto3 client = boto3.client("wafv2", region_name="us-east-1") -cloudfront_client = boto3.client("cloudfront") +cloudfront_client = boto3.client("cloudfront", "us-east-1") def wafv2_logging_enabled():