lambda - Can we use plugins like Helmet.js and body-parser to secure a serverless function? If not, any alternatives? -


can use plugins helmet.js , body-parser secure serverless function? if can't how can implement features our serverless functions?

in aws, can setup distributed architecture using other services filter requests before hitting serverless functions. can use aws waf protect api gateway endpoints (currently have proxy api through cloudfront).

check following diagram , refer aws documentation more details.

enter image description here diagram credits: aws answers aws waf security automations


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -