- Published on
Serverless : Intro To Webtasks
- Authors
- Name
- John Siwicki
- @siwicadilly
Serverless is still a phrase that you will see everywhere. There are more services popping up that will support this on-demand computing.
There are a ton of different options to use functions as a service. I started with webtask because the barrier of entry is lower and I always get nervous using AWS until I know what I am doing.
Webtask is a service that is offered by auth0. One of the reasons I started working with Webtask is that the pricing was simple at Up to 1 request/second will be free and then there is an enterprise level platform as well.
In the next post, we will walk through writing our first function.