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