Secure AWS API Gateway with Lambda Integration

后端 未结 2 519
野的像风
野的像风 2020-12-30 17:03

I am creating a publicly available API using API Gateway which is backed with lambda functions to do some processing. I have secured it with a custom security header that im

2条回答
  •  不思量自难忘°
    2020-12-30 17:21

    To prevent DDoS and higher rate of access, you can setup WAF. Have a look at this link, to get a deeper understanding how to setup WAF with API Gateway.

提交回复
热议问题