From 2537adf30dff0c41db022a23ddaccdd7e6585a24 Mon Sep 17 00:00:00 2001 From: Juwon Date: Wed, 7 Aug 2024 14:04:00 +0900 Subject: [PATCH] Add feature : 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..54a0c6d 100644 --- a/services/wafv2.py +++ b/services/wafv2.py @@ -2,7 +2,7 @@ from models import RuleCheckResult import boto3 -client = boto3.client("wafv2", region_name="us-east-1") +client = boto3.client("wafv2") cloudfront_client = boto3.client("cloudfront")