What is the best serverless platform?
Suraj Shrestha

Suraj Shrestha @syuraj

About: Always Exploring

Location:
Indianapolis
Joined:
Feb 16, 2019

What is the best serverless platform?

Publish Date: Sep 29 '19
2 3

I have used Azure extensively and the summary is it sucks.
UI is terribly complex, quite unresponsive.
CLI is not easy to use either.
And cold starts are terrible, reaching 30 seconds for a simple nodejs app.
Why do I have to deal with storage accounts, resource groups, application insights?

I have used Netlify functions too and it has it's own issues too.
I have listed the differences in this medium article.
https://medium.com/siristechnology/azure-function-vs-netlify-function-1509f1dcec52

What are your thoughts?
Which one is the best one comparatively in your experience?

Comments 3 total

  • Gabriel Kanev
    Gabriel KanevSep 29, 2019

    It really depends on what your want it for. I'm not sure how you use azure but 30 secs is strange for me... Are you sure you are made it correctly?

    • Suraj Shrestha
      Suraj ShresthaSep 29, 2019

      well, i am talking abt a simple nodejs api that makes a db call, which takes less than a second when hosted in regular server. yeah, 30 seconds is strange. I have read people saying few seconds, but so that, that hasn't been my experience

  • Hoang Le
    Hoang LeNov 6, 2019

    Don't think that Azure takes 30 secs for the cold start, something wrong with your setup? mikhail.io/serverless/coldstarts/a...

    We are working with AWS for many years and few that this is the best one compare to others. Check out this post of you wanted to know more details about cold start on AWS for different languages, memory and code size

Add comment