|
|
|
|
|
by johnbillow
3082 days ago
|
|
Seems like you didn't really go through the document mate. What you are saying is exactly the opposite of what I saw. Each section actually has a "difference" between traditional and serverless apps. Moreover, if you read the beginning, they point out the reasons why WAFs are irrelevant... |
|
There's no difference in security considerations when interacting with external resources at the application level. Either way you better have some form of auth and be sending credentials over TLS.
WAFs aren't irrelevant since from an external perspective there's no discernible difference between a request like
being made to a handler running full-time on a dedicated web server or on-demand on AWS Lambda behind API Gateway.