What is the need for serverside code execution?
Serverless functions / FaaS
Freemium serverless functions
If we work for an enterprise or commercial application, we don't mainly care about free tiers. But if we are doing our personal projects we may research for any free service.
Fortunately, there are a lot of free options to run server-side code. Major cloud providers have free tiers but the problem is that we need to give them a credit card. The problem with the credit card is that we may get charged, in case of an attack such as DDoS is targeted to our function endpoint.
True freemium services
Firebase was my default choice as a true freemium serverless function provider. But recently they changed their model. They now require a credit card to avail of the freemium tier.
This change caused the below GitHub project
https://github.com/joymon/awesome-freemium-serverless-clouds
The above link tries to aggregate all the true freemium service providers. Currently, it has only 3.
Have a look at the list and feel free to issue pull requests if there are other awesome freemium cloud providers.
No comments:
Post a Comment