AWS API Gateway with AWS WAF

前端 未结 3 1362
我在风中等你
我在风中等你 2020-12-19 04:50

I want to use AWS Web Application Firewall service with AWS API Gateway. AWS WAF works only with AWS CloudFront distributions.

According to this post https://forums.

3条回答
  •  不知归路
    2020-12-19 05:20

    Unfortunately no, API Gateway does not provide access to the backing CloudFront distribution. To use WAF you would have to create a second distribution, which is inefficient but should functionally work.

提交回复
热议问题