AWS Lambda vs Google Cloud Dataflow comparison

Cancel
You must select at least 2 products to compare!
Amazon Web Services (AWS) Logo
12,234 views|8,541 comparisons
94% willing to recommend
Google Logo
4,813 views|3,977 comparisons
90% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between AWS Lambda and Google Cloud Dataflow based on real PeerSpot user reviews.

Find out what your peers are saying about Amazon Web Services (AWS), Apache, Zadara and others in Compute Service.
To learn more, read our detailed Compute Service Report (Updated: April 2024).
767,995 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"The cool thing about AWS Lambda is that AWS does all the management. For compression, it is all about making the data small and then making it regular size again. We have an encode function and a decode function. AWS Lambda schedules each of those for us. It has a load balancer and all the fancy stuff, depending on the demand. The most valuable part of AWS Lambda is that I only need to write the software. I need to write two functions, and my cloud developer turns them into two AWS Lambda instances. That's it.""The feature I found most valuable about Lambda is the fact that it's serverless.""The basic feature that I like is that there is no server installation. It also has good support for various languages, such as Java, .NET, C#, and Python.""AWS Lambda is serverless.""AWS Lambda's most valuable feature is serverless architecture.""The ease and speed of developing the services using any available language is the most valuable feature.""It enables the launch of thousands of instances simultaneously,""The solution is designed very well. You don't need to keep a server up. You just need some router to route your API request and Lambda provides a very well-designed feature to process the request."

More AWS Lambda Pros →

"The most valuable features of Google Cloud Dataflow are scalability and connectivity.""The best feature of Google Cloud Dataflow is its practical connectedness.""The solution allows us to program in any language we desire.""The most valuable features of Google Cloud Dataflow are the integration, it's very simple if you have the complete stack, which we are using. It is overall very easy to use, user-friendly friendly, and cost-effective if you know how to use it. The solution is very flexible for programmers, if you know how to do scripts or program in Python or any other language, it's extremely easy to use.""Google Cloud Dataflow is useful for streaming and data pipelines.""The product's installation process is easy...The tool's maintenance part is somewhat easy.""The support team is good and it's easy to use.""I don't need a server running all the time while using the tool. It is also easy to setup. The product offers a pay-as-you-go service."

More Google Cloud Dataflow Pros →

Cons
"AWS Lambda could improve by having no-code or low-code options because currently, you need to be able to write code well to use it.""I wish to see better execution time in the next release.""The metrics and reporting for this solution could be improved.""The solution should continue to streamline integrations with AWS services.""Amazon doesn't have enough local support based in our country.""The first time Lambda is started up, it takes some time to spin up an instance for serving the consumer requests. AWS has been trying to solve this in a variety of ways but have not yet managed to do so.""We've had to revamp the way that it works due to that 15-minute timeout limitation.""The support team does not know how to implement and build the solution."

More AWS Lambda Cons →

"The solution's setup process could be more accessible.""The authentication part of the product is an area of concern where improvements are required.""Google Cloud Data Flow can improve by having full simple integration with Kafka topics. It's not that complicated, but it could improve a bit. The UI is easy to use but the experience could be better. There are other tools available that do a better job.""I would like Google Cloud Dataflow to be integrated with IT data flow and other related services to make it easier to use as it is a complex tool.""The technical support has slight room for improvement.""There are certain challenges regarding the Google Cloud Composer which can be improved.""Google Cloud Dataflow should include a little cost optimization.""When I deploy the product in local errors, a lot of errors pop up which are not always caught. The solution's error logging is bad. It can take a lot of time to debug the errors. It needs to have better logs."

More Google Cloud Dataflow Cons →

Pricing and Cost Advice
  • "AWS is slightly more expensive than Azure."
  • "Its pricing is on the higher side."
  • "The price of the solution is reasonable and it is a pay-per-use model. It is very good for cost optimization."
  • "The cost is based on runtime."
  • "The fees are volume-based."
  • "AWS Lambda is inexpensive."
  • "Lambda is a good and cheap solution and I would recommend it to those without a huge payload."
  • "For licensing, we pay a yearly subscription."
  • More AWS Lambda Pricing and Cost Advice →

  • "The price of the solution depends on many factors, such as how they pay for tools in the company and its size."
  • "Google Cloud is slightly cheaper than AWS."
  • "The tool is cheap."
  • "Google Cloud Dataflow is a cheap solution."
  • "The solution is cost-effective."
  • "On a scale from one to ten, where one is cheap, and ten is expensive, I rate Google Cloud Dataflow's pricing a four out of ten."
  • "On a scale from one to ten, where one is cheap, and ten is expensive, I rate the solution's pricing a seven to eight out of ten."
  • "The solution is not very expensive."
  • More Google Cloud Dataflow Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Compute Service solutions are best for your needs.
    767,995 professionals have used our research since 2012.
    Questions from the Community
    Top Answer:AWS Lambda is a serverless solution. It doesn’t require any infrastructure, which allows for cost savings. There is no setup process to deal with, as the entire solution is in the cloud. If you use… more »
    Top Answer:The tool scales automatically based on the number of incoming requests.
    Top Answer:We only need to pay for the compute time our code consumes. The solution does not cost much.
    Top Answer:The product's installation process is easy...The tool's maintenance part is somewhat easy.
    Top Answer:The authentication part of the product is an area of concern where improvements are required. For some common users, the solution's authentication part is difficult to use. The scalability of the… more »
    Ranking
    1st
    out of 16 in Compute Service
    Views
    12,234
    Comparisons
    8,541
    Reviews
    39
    Average Words per Review
    391
    Rating
    8.6
    7th
    out of 38 in Streaming Analytics
    Views
    4,813
    Comparisons
    3,977
    Reviews
    10
    Average Words per Review
    308
    Rating
    7.7
    Comparisons
    Also Known As
    Google Dataflow
    Learn More
    Overview

    AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time you consume - there is no charge when your code is not running. With AWS Lambda, you can run code for virtually any type of application or backend service - all with zero administration. AWS Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging. All you need to do is supply your code in one of the languages that AWS Lambda supports (currently Node.js, Java, C# and Python).

    You can use AWS Lambda to run your code in response to events, such as changes to data in an Amazon S3 bucket or an Amazon DynamoDB table; to run your code in response to HTTP requests using Amazon API Gateway; or invoke your code using API calls made using AWS SDKs. With these capabilities, you can use Lambda to easily build data processing triggers for AWS services like Amazon S3 and Amazon DynamoDB process streaming data stored in Amazon Kinesis, or create your own back end that operates at AWS scale, performance, and security.

    Google Dataflow is a unified programming model and a managed service for developing and executing a wide range of data processing patterns including ETL, batch computation, and continuous computation. Cloud Dataflow frees you from operational tasks like resource management and performance optimization.
    Sample Customers
    Netflix
    Absolutdata, Backflip Studios, Bluecore, Claritics, Crystalloids, Energyworx, GenieConnect, Leanplum, Nomanini, Redbus, Streak, TabTale
    Top Industries
    REVIEWERS
    Financial Services Firm24%
    Computer Software Company21%
    Non Profit5%
    Educational Organization5%
    VISITORS READING REVIEWS
    Educational Organization46%
    Financial Services Firm12%
    Computer Software Company8%
    Manufacturing Company4%
    VISITORS READING REVIEWS
    Financial Services Firm14%
    Computer Software Company12%
    Retailer11%
    Manufacturing Company10%
    Company Size
    REVIEWERS
    Small Business38%
    Midsize Enterprise16%
    Large Enterprise45%
    VISITORS READING REVIEWS
    Small Business10%
    Midsize Enterprise50%
    Large Enterprise39%
    REVIEWERS
    Small Business27%
    Midsize Enterprise18%
    Large Enterprise55%
    VISITORS READING REVIEWS
    Small Business17%
    Midsize Enterprise12%
    Large Enterprise72%
    Buyer's Guide
    Compute Service
    April 2024
    Find out what your peers are saying about Amazon Web Services (AWS), Apache, Zadara and others in Compute Service. Updated: April 2024.
    767,995 professionals have used our research since 2012.

    AWS Lambda is ranked 1st in Compute Service with 70 reviews while Google Cloud Dataflow is ranked 7th in Streaming Analytics with 10 reviews. AWS Lambda is rated 8.6, while Google Cloud Dataflow is rated 7.8. The top reviewer of AWS Lambda writes "An easily scalable solution with a variety of use cases and valuable event-based triggers". On the other hand, the top reviewer of Google Cloud Dataflow writes "Easy to use for programmers, user-friendly, and scalable". AWS Lambda is most compared with AWS Batch, Amazon EC2 Auto Scaling, Apache NiFi, Apache Spark and Amazon EC2, whereas Google Cloud Dataflow is most compared with Databricks, Apache NiFi, Amazon MSK, Amazon Kinesis and Azure Stream Analytics.

    We monitor all Compute Service reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.