Add feature : WAFv2 bp check

This commit is contained in:
Juwon 2024-08-07 15:18:46 +09:00 committed by skyuecx0630
parent 2537adf30d
commit 153a386774

View File

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