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")