AWS Lambda vs Google Cloud Dataflow comparison

Cancel
You must select at least 2 products to compare!
Amazon Web Services (AWS) Logo
11,937 views|8,175 comparisons
94% willing to recommend
Google Logo
4,763 views|3,959 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: May 2024).
772,127 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 most valuable features are event-based triggers. They're really good for a reactive style when you want things to happen as soon as something else happens.""AWS Lambda is interlinked with CloudWatch. When we have any errors we can directly go there and check the CloudWatch logs. Additionally, we can run it very fast and we can increase the RAM size and other components.""The feature I found most valuable about Lambda is the fact that it's serverless.""The solution runs on the latest cloud technology so it is easy to deploy cloud-native projects.""It's also suitable for companies of any size. For example, we're a large enterprise, and we've used Lambda without any problems in the last 10 months.""I like that it's easy to use and maintain. Lambda is good and supports different platforms, so you don't need to worry about language or maintenance.""The support from AWS Lambda is very good, they are responsive."

More AWS Lambda Pros →

"Google Cloud Dataflow is useful for streaming and data pipelines.""It is a scalable solution.""The most valuable features of Google Cloud Dataflow are scalability and connectivity.""The service is relatively cheap compared to other batch-processing engines.""The support team is good and it's easy to use.""The solution allows us to program in any language we desire.""The best feature of Google Cloud Dataflow is its practical connectedness.""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."

More Google Cloud Dataflow Pros →

Cons
"Lambda's dashboard could be more user-friendly and customizable. I want the dashboard to have more information to quickly identify what functions and events are running. Also, we want to be able to add more trigger points, push notifications, and events.""Another challenge I've noticed is that there is a limit to the environment variables such as the 4 KB limit. Although, the advice is to use parameters or other things to store the details when the limit has exceeded the data, this adds additional intensity to the application. If the size limits for environment variables can be revealed, it would be helpful. Even if we have to pay for it, at least we would know that we are not dealing with latency. So, I would like to see the size of the environment variables increased.""One area of improvement is to include support for more programming languages. AWS Lambda does not support a lot of programming languages. You have to write the Lambda functions in a certain programming language. We are using C++. My developer knows a couple of other languages. Python is his favorite language, but Python is not supported in AWS Lambda.""Memory limitation is one of the weaknesses of AWS Lambda and as a result, we have to use several Lambda, instead of just one. Recently, I met with an Amazon employee, who is responsible for Lambda as a product. It appears Amazon has some plans with Lambda, so I don’t have to add something to the additional features.""The deployment process is a bit complex, so it could be simplified to make it easier for beginners to deploy.""The running time of AWS Lambda runs fine. It takes around five minutes but it would be great if that time could be extended.""I would like the layers to have a bigger volume. I would like to be able to add more. I don't want to be limited by the layer.""The support team does not know how to implement and build the solution."

More AWS Lambda Cons →

"Google Cloud Dataflow should include a little cost optimization.""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 solution's setup process could be more accessible.""The authentication part of the product is an area of concern where improvements are required.""They should do a market survey and then make improvements.""There are certain challenges regarding the Google Cloud Composer which can be improved.""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.""The technical support has slight room for improvement."

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.
    772,127 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
    11,937
    Comparisons
    8,175
    Reviews
    39
    Average Words per Review
    391
    Rating
    8.6
    7th
    out of 38 in Streaming Analytics
    Views
    4,763
    Comparisons
    3,959
    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 Organization48%
    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 Enterprise15%
    Large Enterprise47%
    VISITORS READING REVIEWS
    Small Business10%
    Midsize Enterprise52%
    Large Enterprise38%
    REVIEWERS
    Small Business27%
    Midsize Enterprise18%
    Large Enterprise55%
    VISITORS READING REVIEWS
    Small Business17%
    Midsize Enterprise12%
    Large Enterprise71%
    Buyer's Guide
    Compute Service
    May 2024
    Find out what your peers are saying about Amazon Web Services (AWS), Apache, Zadara and others in Compute Service. Updated: May 2024.
    772,127 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.