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).
768,415 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 support from AWS Lambda is very good, they are responsive.""It is serverless and scalable. It can scale infinitely. You don't have to worry about the size of the servers that you're pre-allocating. You don't have to build server scale-out models. Auto scale and other similar features are just inherent in Lambda. So, for atomic and fairly non-persistent transactional units of work, Lambda works very well.""We use AWS Lambda because it provides a solution for our needs without requiring us to manage our infrastructure. With the tool, we only pay for the resources we use. Additionally, it is straightforward to implement and integrates with other services like API Gateway.""AWS Lambda is serverless.""The solution works for small applications. It is a serverless tool that is quick to spin up. We needn’t consider anything in the bag.""Lambda is the preferred compute option because of on-demand cost. We don't have to provision any hardware beforehand. We don't have to provision the capacity required for the services because it is serverless.""Lambda makes the administration of all our services related to Amazon really easy.""The tool scales automatically based on the number of incoming requests."

More AWS Lambda Pros →

"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.""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.""The product's installation process is easy...The tool's maintenance part is somewhat easy.""The solution allows us to program in any language we desire.""It is a scalable solution.""The most valuable features of Google Cloud Dataflow are scalability and connectivity.""Google Cloud Dataflow is useful for streaming and data pipelines."

More Google Cloud Dataflow Pros →

Cons
"I would like to see more integration with other platforms.""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.""If it is a specific ETL process or a long-term one, then AWS Lambda is not a good option.""The setup was pretty complex because there were many steps. For me, it was complex because I was somewhat new at it. It could be easier for someone who has done it a bunch of times. I just found that it was a very dense user experience. There's a lot going on during setup.""The automation with other Amazon products could be better.""It would be ideal if we could use the solution across different platforms.""There are other similar solutions, such as Google Cloud Platform or Microsoft Azure. They might be better for small tasks.""We'd love to see more integration potential in the future."

More AWS Lambda Cons →

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

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.
    768,415 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.
    768,415 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.