DEV Community

Discussion on: What's the WORST thing about serverless?

Collapse
 
rcoundon profile image
Ross Coundon

If we're talking lambdas, you can mitigate this by having your handler entry point be the only thing that's aware of the vendor environment. Have that function extract the data needed from the event and pass it into a separate function responsible for doing the actual work.