Add feature : WAFv2 bp check

This commit is contained in:
Juwon 2024-08-07 14:04:00 +09:00 committed by skyuecx0630
parent ce09ebb98d
commit 2537adf30d

View File

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