Compare Serverless Products

Estimates based on serverless:talent research team. Source: Product's Website

Topic
About Product

AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you. You can use AWS Lambda to extend other AWS services with custom logic, or create your own back end services that operate at AWS scale, performance, and security

You can use AWS Lambda to build mobile back-ends that retrieve and transform data from Amazon DynamoDB, handlers that compress or transform objects as they are uploaded to Amazon S3, auditing and reporting of API calls made to any Amazon Web Service, and server-less processing of streaming data using Amazon Kinesis. While execution environment reuse is useful, you should not depend on this for performance optimization. Lambda is a high availability service that manages execution across multiple Availability Zones in an AWS Region. Depending upon aggregate customer traffic, the service may load balance a function at any time.


Netlify is a web development platform that multiplies productivity.

By unifying the elements of the modern decoupled web, from local development to advanced edge logic, Netlify enables a 10x faster path to much more performant, secure, and scalable websites and apps.

Our bet on the Jamstack is quickly coming true. The web is rapidly changing away from monolithic to decoupled apps, and web developers are storming ahead with more power than ever. Netlify is built to cater to that movement, and in just a few years we’ve onboarded more than a million and a half businesses and developers, and are building and serving millions of web projects daily around the globe.

Fun fact: in the time it took you to read the above, Netlify served over 600,000 requests.

Pricing

Free Plan

The AWS Lambda free usage tier includes 1M free requests per month and 400,000 GB-seconds of compute time per month.

Paid Plans

Requests: $0.20 per 1M requests
Duration: $0.0000166667 for every GB-second
Data Transfer: Lambda@Edge request pricing is $0.60 per 1 million requests. (This is run functions on all the data center edges)

Example pricing:

AWS Lambda is very cheap, and 1 million invocations with the average time of 500ms and 128 MB of available memory distributed from edges would only cost approximately $1.79 USD

Free Plan

Netlify includes:

  • 125,000 invocations per month
  • 100 hours per month

Paid Plans

The monthly rate of $25USD includes 2M requests and 1k hours

Extra requests: $38 per 1M requests

Extra duration: $38 per 1k hours

Example Pricing:

$25USD per month incl. 2M requests

Performance

Onboarding
AWS is famous for its detailed documentation, working code examples, videos, guides, tutorials and training plans. Onboarding will be easier and it will not take time be up and running. 

Scalability
AWS Lambda is designed to use replication and redundancy to provide high availability for both the service itself and for the Lambda functions it operates. There are no maintenance windows or scheduled downtimes for either. AWS Lambda is designed to run many instances of your functions in parallel. When you update a Lambda function, there will be a brief window of time, typically less than a minute, when requests could be served by either the old or the new version of your function.

Regions
The AWS global infrastructure is built around AWS Regions and Availability Zones. AWS Regions provide multiple physically separated and isolated Availability Zones, which are connected with low-latency, high-throughput, and highly redundant networking. With Availability Zones, you can design and operate applications and databases that automatically fail over between Availability Zones without interruption. Availability Zones are more highly available, fault tolerant, and scalable than traditional single or multiple data center infrastructures.

Security

Cloud security at AWS is the highest priority. As an AWS customer, you benefit from a data center and network architecture that is built to meet the requirements of the most security-sensitive organizations.

Onboarding

Start building a database in production in 5 minutes.

Scalability

Automatically done through serverless technology.

Regions

You can pare with AWS and have the same scope. 

Backups

You can backup through Google Cloud.

Security

Across our global Edge, content deployed to the edge nodes is fully prerendered and static, offering no active processes or surface area for attack.

Application code runs on Netlify's build infrastructure (prior to deployment) and when using cloud functions (in production). Both environments are ephemeral, spinning up new, temporary containers just long enough to execute each task. That means there are no idle environments to attempt to exploit and limited exposure to public networks.

Netlify undergoes a SOC 2 Type 2 audit annually, performed by an independent auditor. (Our enterprise customers can request a full audit report.) Netlify is PCI compliant for all SAQ-A requirements to safely process credit card transactions.

Netlify deploys only to major cloud providers who regularly undergo extensive security audits and certifications.

Netlify leverages globally distributed data center partners that comply with leading security policies and frameworks.

Technical Details

Lambda runs your code on high-availability compute infrastructure and performs all the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code and security patch deployment, and code monitoring and logging. All you need to do is supply the code.

  • No servers to manage.
  • Continuous scaling
  • Cost optimized with millisecond metering
  • Consistent performance at any scale

AWS Lambda is a serverless compute service that lets you run your code without worrying about provisioning or managing any server.


Manage everything in one project

Netlify Functions are files you write in JavaScript, TypeScript, or Go and then place inside your project under the path netlify/functions. (Easy, right? You can even configure that.) Normally, functions are synchronous with a maximum execution time of 10 seconds. But, adding -background to the end of the filename transforms any function into an asynchronous function that can run in the background with up to 15 minutes of runtime.

Build & test locally

You can use Netlify CLI to run a local development server that you can share with others, run a local build and plugins, and deploy your site. The 2.0 version of our Node-based CLI was rebuilt from the ground up to help improve the site-building experience.

Stage, preview, and rollback

Netlify Functions share all of Netlify’s beloved workflow features. Preview every commit with Deploy Preview links. Rollback when needed by simply clicking a prior deployment.

Run A/B testing and phased rollouts

Deploy and test multiple branches, and even control which users see which version. Plan full experiments and rolling upgrades that include both front and backend code changes. A/B test not just a button color, but an entire user workflow.


Supported Languages
Javascript,Python,PHP,Java,Rust,TypeScript,Go,Ruby on Rails
Javascript,TypeScript,Go