DEV Community

Discussion on: What is serverless PHP and how does it work?

Collapse
 
andreidascalu profile image
Andrei Dascalu

That's also kindof the point. Do you need that much documentation for Lambda? Should you? The whole selling point of sercerless functions is that you have a function and it's executed on a trigger.
The whole idea that you need several pages of documentation to setup something that by definition doesn't need setup (particularly, say for a "hello world") is a but ridiculous.
You don't need pages of documentation to run Node code, do you? In the case of a Python application you might given the vendoring particularities but that's about it.