From 153a3867744678ebe9baa672538241c77f0cf326 Mon Sep 17 00:00:00 2001 From: Juwon Date: Wed, 7 Aug 2024 15:18:46 +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 54a0c6d..bc8de08 100644 --- a/services/wafv2.py +++ b/services/wafv2.py @@ -2,7 +2,7 @@ from models import RuleCheckResult import boto3 -client = boto3.client("wafv2") +client = boto3.client("wafv2", region_name="us-east-1") cloudfront_client = boto3.client("cloudfront")