Add feature : WAFv2 bp check
This commit is contained in:
parent
ce09ebb98d
commit
2537adf30d
@ -2,7 +2,7 @@ from models import RuleCheckResult
|
|||||||
import boto3
|
import boto3
|
||||||
|
|
||||||
|
|
||||||
client = boto3.client("wafv2", region_name="us-east-1")
|
client = boto3.client("wafv2")
|
||||||
|
|
||||||
cloudfront_client = boto3.client("cloudfront")
|
cloudfront_client = boto3.client("cloudfront")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user