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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -