loginradiusloginradius Blog

Top 4 Serverless Computing Platforms in 2021

Traditional software development is being transformed by serverless computing. Check out the best serveless computing platforms that will assist you in getting started.

Serverless computing has been gaining a lot of popularity in the last couple of years, and for a good reason. It saves developer's time, allowing them to focus on writing code rather than dealing with infrastructure. Deploying powerful and scalable applications has generally become much quicker and easier with serverless. However, there can be drawbacks as well, such as vendor lock-in and lack of control.

This blog will briefly go over some of the most popular serverless computing options from major cloud providers. There are also plenty of great resources online explaining serverless architecture in detail, so definitely go check those out if you haven't already. Now, let's go over some of the popular choices for serverless computing.

Almost all major cloud providers offer serverless computing such as AWS, Azure, Google Cloud, IBM Cloud, Alibaba Cloud, etc. In this blog, we'll only be going over a few.

1. AWS Lambda

AWS Lambda was released in 2014 and has played a significant role in the rise of serverless computing.

  • Lambda functions run using AWS Firecracker, an open-source virtualization project that focuses on securing and isolating functions while enabling the best performance possible.
  • It supports plenty of runtimes: Node.js, Python, Ruby, Java, Go, .NET Core, and even custom runtimes for cases where the desired runtime is not natively supported.
  • An excellent way to get support is through their official public forum, where AWS employees can answer your questions.
  • AWS Lambda offers free usage of 1M requests per month and 400,000 GB-seconds of computing time per month.

Recent notable updates include:

  • Dec 2020: Function's can be defined as container images up to 10GB. Previously a function's code had to be written through the UI code editor or uploaded as zip archives.
  • Dec 2020: Function's memory can be configurable up to 10GB. Previously, the memory limit was 3GB, so this is an increase of over three times. Since Lambda automatically allocates CPU in proportion to the memory limit, there can be up to 6 vCPUs.
  • Dec 2020: For pricing calculation, function execution duration, rounded up to the nearest 1ms. Previously, duration was nearest to 100ms, which means lower cost for functions executing under 100ms.
  • June 2020: Share a file system between Lambda functions via Amazon EFS.

2. Azure Functions

Launched in 2016:

  • Part of the open-source initiative, which started back when Microsoft purchased GitHub in 2018. This includes the Azure function runtime, core tools, portal, and more. Check them out here!
  • Runtime support includes .NET Framework, .NET Core, Node.js, Java, Python, and more.
  • Offers free usage of 1M requests per month and 400,000 GB-seconds of computing time per month.

Recent notable updates include:

  • Dec 2020: Custom handlers are now supported, allowing creating functions in any runtime.
  • Dec 2020: Functions can now send and receive messages to and from RabbitMQ.

3. Google Cloud Functions

Launched in 2017:

  • Run with the help of gVisor for sandboxing containers. Since containers were never designed to be secure sandboxes, gVisor is a tool Google built to protect against potential vulnerabilities allowing container escapes and others.
  • Runtime support includes Node.js, Go, Ruby, Java, Python, .NET Core.
  • Offers free usage of 2M requests per month and 400,000 GB-seconds of computing time per month. Allows 1M more free requests per month compared to AWS and Azure!

Recent notable updates include:

4. CloudFlare Workers

Launched in 2017:

  • Takes advantage of Cloudflare's edge locations for excellent performance.
  • Run using the V8 JavaScript engine, allowing for much less overhead than using VMs or containers.
  • V8 engine allows Cloudflare Workers to run JavaScript. V8 engine includes languages that can compile to WebAssembly, such as Rust, C, Cobol. Also, languages that can compile to JavaScript, such as Python, Kotlin, Perl.
  • Offers free usage of 100,000 requests per day and a 128MB worker memory limit. Details on all their free plan restrictions here.

Recent notable updates include:

  • Sep 2020: Maintain state with durable objects.
  • Sep 2020: Use a scheduler to trigger workers on a timed interval.

Conclusion

There are a lot of great options worth considering when looking for serverless computing from a cloud provider. This was a very brief introduction to some of the most popular choices, so definitely check out each provider's official documentation for more detail!

Andy Yeung

Written by Andy Yeung

Software Developer at LoginRadius with an interest in big data and basketball..

LoginRadius CIAM Platform

Our Product Experts will show you the power of the LoginRadius CIAM platform, discuss use-cases, and prove out ROI for your business.

Book A Demo Today