DEV Community

Jay Sitapara
Jay Sitapara

Posted on

How do you secure your Functions?

I am working on a project which outlines how you can secure your functions? What has been your experience? Or how do you do it? Or anything you've experimented with?

I am trying to create a protected API endpoint in my Serverless REST API service using AWS API Gateway and AWS Lambda.

Similar questions on ‘protecting Functions’ recommend creating a wrapper API on the middleware server that actually makes the protected call with the valid API key, which apparently beats the purpose of going serverless at all.

Latest comments (0)