Skip to content

Commit 530a986

Browse files
added waf link to aws docs
1 parent 76017f9 commit 530a986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Until the unittest library is fixed (and no __init__ files are needed), __init__
276276

277277
# A Note on setting up a Web Application Firewall for Api Gateway
278278

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.
279+
You can enable a Web Application Firewall ([AWS WAF][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.
280280

281281
To enable AWS WAF for Api Gateway, uncomment lines 73 to 95 of *template.yaml*.
282282

@@ -316,3 +316,4 @@ To only deploy a WAF for your staging and production APIs, uncomment lines 21, 2
316316
[buildspec-dev]: https://github.com/gridsmartercities/python-serverless-template/blob/master/buildspec-dev.yaml
317317
[aws-sam-cli-installation]: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html
318318
[lambda-layers]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
319+
[WAF]: https://docs.aws.amazon.com/waf/index.html

0 commit comments

Comments
 (0)