6 ms·
I see this criticism a lot for serverless but I don’t see it in reality. Serverless is still just running code, the only part that wouldn’t be portable is the e
by tinkertamper 6y ago
I see this criticism a lot for serverless but I don’t see it in reality. Serverless is still just running code, the only part that wouldn’t be portable is the entrypoint data structure which is amounts to practically nothing.
- api 6y agoThe devil is in the details. How many little things would need to be changed, refactored, or rewritten to move to another host?