DEV Community

Upkar Lidder
Upkar Lidder

Posted on • Originally published at Medium on

Another simplest serverless function πŸ€·β€β™€οΈ β€β€”β€Šbut seriously πŸ’–

I have come across a couple of posts with the title simplest serverless functions and my initial thoughts are …

  1. It is not that simple if you have to write up a config file to post a hello world function πŸ€¦β€β™‚ !
  2. How easy is it to now extend this function to something more usable ?

So here we go again … this example is based on Apache OpenWhisk , an open source distributed serverless computing platform. However, a serverless system on your desktop/laptop is no different than spinning up a nodejs express app or a flask app. You are missing out on scale, performance and distributed nature of OpenWhisk. In order to make it even simpler, we will use IBM Cloud Functions, a managed version of Apache OpenWhisk.

Check this out …

In the next few posts, we will learn to extend this function to do something more usable. But wasn’t that easy !

See you next time ! In the meantime, read up on some serverless code patterns.

Max Katz, thanks for this post idea !

Top comments (0)