Skip to content

Commit 7e321ee

Browse files
author
Riko
committed
update readme on regex waf requirement
1 parent 38a1557 commit 7e321ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ No optional parameters.
5252

5353
### Create Regex Waf Rules
5454

55-
This custom resource allows create/update/delete match regex rules.
55+
This custom resource allows create/update/delete match regex rules with regex a pattern set.
5656

5757
handler: `waf_regex/handler.lambda_handler`
58-
runtime: `python3.6`
58+
runtime: `python3.6`
5959

6060
Required parameters:
6161

@@ -64,3 +64,4 @@ Required parameters:
6464
- `Type` - The part of the web request that you want AWS WAF to search for a specified string
6565
- `Data` - Data such as when the value of Type is HEADER , enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer
6666
- `Transform` - Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.
67+
Implementation require to be serialised with other waf condition.

0 commit comments

Comments
 (0)