You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,13 @@ Prospector works fine if you have no __init__ files, or if you have __init__ fil
274
274
275
275
Until the unittest library is fixed (and no __init__ files are needed), __init__ are needed in all tests folders.
276
276
277
+
# A Note on setting up a Web Application Firewall for Api Gateway
278
+
279
+
You can enable a Web Application Firewall (AWS WAF) for Api Gateway by uncommenting some lines in *template.yaml*. This has a cost, however, of at least $5 per calendar month at the time of writing.
280
+
281
+
To enable AWS WAF for Api Gateway, uncomment lines 73 to 95 of *template.yaml*.
282
+
283
+
To only deploy a WAF for your staging and production APIs, uncomment lines 21, 22, 75 and 90 in the same file. This will stop creating the resources in your dev environment only.
0 commit comments