14 ms·
Very interesting project, the problem with Serverless service provided by different public cloud vendors is that programming and API are not uniform. I think Fa
by dongxu 7y ago
Very interesting project, the problem with Serverless service provided by different public cloud vendors is that programming and API are not uniform. I think Faast.js is on the right path to creating a unified interface for different Serverless services.
- bdcravens 7y agoDoesn't Serverless (the framework, not the concept) abstract this away? https://serverless.com/framework/docs/providers/ https://serverless.com/framework/docs/providers/ (not familiar enough with that framework to form an opinion one way or the other)
- zaq_xsw 7y agoI'm not experienced on this stuff either, but it seems like Serverless (the org/framework) is designed for architecting whole sites/apps, whereas faast.js is focussed on hhandling batch computing jobs.