Update WAFv2 URLs with proper regex (#4237)

This commit is contained in:
Bert Blommers 2021-08-28 15:26:17 +01:00 committed by GitHub
parent 07bb843214
commit a43c42ef21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ from __future__ import unicode_literals
from .responses import WAFV2Response
url_bases = [
"https?://wafv2.(.+).amazonaws.com",
r"https?://wafv2\.(.+)\.amazonaws.com",
]
url_paths = {