Hacker News new | ask | show | jobs
by l30n4da5 1482 days ago
Waiting for a standardized approach to serverless that lets us just write the code once and deploy to _any_ cloud provider. Right now, all of these products (aws, azure, do, etc) seem to have, at least, slight differences that would make it not possible to switch to another provider without some code changes.
1 comments

It’s been around for years https://www.serverless.com/framework/docs/providers
I can wholeheartedly recommend serverless framework
first time i've seen this. thanks!