# Google Cloud Functions Reviews
**Vendor:** Google  
**Category:** [Cloud Platform as a Service (PaaS) Software](https://www.g2.com/categories/cloud-platform-as-a-service-paas)  
**Average Rating:** 4.4/5.0  
**Total Reviews:** 81
## About Google Cloud Functions
Run your code in the cloud with no servers or containers to manage with our scalable, pay-as-you-go functions as a service (FaaS) product. New customers get $300 in free credits to spend on Functions. All customers get 2 million monthly invocations free, not charged against your credits.



## Google Cloud Functions Pros & Cons
**What users like:**

- Users enjoy the **automation capabilities** of Google Cloud Functions, simplifying deployment and reducing backend management effort. (1 reviews)
- Users appreciate the **easy deployment** of Google Cloud Functions, which simplifies backend setup for various projects. (1 reviews)
- Users find **deployment ease** with Google Cloud Functions impressive, enabling quick setup without backend worries. (1 reviews)
- Users admire the **user-friendly deployment features** of Google Cloud Functions, simplifying backend setup and configuration. (1 reviews)

## Google Cloud Functions Reviews
  ### 1. Serverless Functions for Lightweight Task Execution

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Telecommunications | Enterprise (> 1000 emp.)

**Reviewed Date:** July 29, 2025

**What do you like best about Google Cloud Functions?**

Easy to use , just write the code everything else is handled by itself multiple runtimes are supported , i find eventbased triggered cloud function very useful in cases where i have to depend on file arrival , or some change should trigger the cloud function .

**What do you dislike about Google Cloud Functions?**

Is mostly lightweight the function cannot run more than 60 mins and has limited memory and cpu options so heavy tasks and long running jobs cannot be hosted here .

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Easy to use and cost effective way to run code designed for light weight tasks like processing small/medium files,pub-sub data, extracting data , event based tasks, api calls, encrypting / decrypting data files

  ### 2. Execute your workload smartly and save your cost with cloud functions

**Rating:** 3.5/5.0 stars

**Reviewed by:** Dipak K. | AI/ML Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 26, 2024

**What do you like best about Google Cloud Functions?**

I like the on demand availability and scalability of cloud function, where whenever certain event occurs it willl trigger the cloud function and it will create a container at backend to handle and process this request after fulfiling the request it will again destroy the machine and thus we are able to save our cost, we use cloud function in our custom ETL pipelline where whenever events like uploads in cloud storage bucket , pub/sub data produced then it will trigger the cloud function to process the data and store it in bigquery or in cloud storage.

**What do you dislike about Google Cloud Functions?**

In cloud functions for now i face problem in managing code , as all the code is need to be written in only one file.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

In my last project i have used cloud function 2nd generation with a configuration of 2 core CPU and 4 GB RAM for my cloud storage to Neo4j Graph Data Science pipeline, I have created 2 cloud functions based on 2 different events. first event trigger when user uploads csv data to cloud storage and another event triggers when transformed csv gets uploaded as part of ETL pipeline, this eventually helps in seamless data migration from one source to another source.

  ### 3. Google cloud function

**Rating:** 5.0/5.0 stars

**Reviewed by:** Praveen K. | Associate, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 27, 2024

**What do you like best about Google Cloud Functions?**

Google Cloud Functions because of its autonomous scalability, serverless design, and easy interaction with other Google Cloud It has made it easier for us to design event-driven apps by helping us to preserve our clients' online presence and giving us access to their virtual desktops. Simple to operate,

**What do you dislike about Google Cloud Functions?**

Google Cloud Functions, where the initial response time can be longer. Additionally, limitations on execution time and resource allocation might be considerations for certain use cases.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

The issue of maintaining serverless computing infrastructure is resolved by Google Cloud Functions.Google Cloud Functions solves the problem of managing serverless computing infrastructure. It frees developers from the hassle of setting up and managing servers, allowing them to focus on writing code. The ability to execute code in response to events in a scalable and cost-effective manner enhances development and deployment efficiency, which benefits users.

  ### 4. Easy to deploy functions

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 13, 2024

**What do you like best about Google Cloud Functions?**

We can automate our day to day tasks without any need to configure the instance and are available on demand. And cost is based on the time period the cloud function is running.

**What do you dislike about Google Cloud Functions?**

That it can only be active for only 9 minutes and are little bit expensive

**What problems is Google Cloud Functions solving and how is that benefiting you?**

I have automated most of my tasks where Not much configuration is required from user side

  ### 5. Google Cloud Function Review

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Construction | Mid-Market (51-1000 emp.)

**Reviewed Date:** December 19, 2023

**What do you like best about Google Cloud Functions?**

Seamless integration with other Google Cloud services, the scalability that allows for efficient handling of varying workloads, and the ease of deployment and management.

**What do you dislike about Google Cloud Functions?**

One drawback I can recall is the cold start latency. I have faced in my project, when a function is invoked after a period of inactivity, it can experience a delay due to the time it takes to initialize. And it have caused issue and have impacted the responsiveness of real-time applications. Additionally, the lack of support for certain programming languages might be a limitation for developers.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Google Cloud Functions addresses the need for serverless computing, allowing developers to focus on writing code without managing infrastructure.
We use in our automation framework, this proves beneficial by enabling dynamic method invocation. We create functions that trigger in response to specific events, such as changes in the Firestore database, providing a serverless and event-driven architecture. 
This promotes scalability, reduces operational overhead, and ensures that our automation remains responsive to changes in the Firestore data.

  ### 6. A Deep Dive into Google Cloud Functions

**Rating:** 4.0/5.0 stars

**Reviewed by:** Rolly W. | Analyst/Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 18, 2023

**What do you like best about Google Cloud Functions?**

One of the coolest things about Google Cloud Functions is that it lets you run your code in the cloud without worrying about servers. Imagine you have a piece of code that needs to do something specific, like process data or respond to an event. With Cloud Functions, you can upload that code, and Google takes care of running it for you whenever needed. It's like having a helper ready to perform tasks for you automatically, and you only pay for the time your code is running – no need to manage servers or worry about complex setups. It makes developing and deploying applications much simpler!

**What do you dislike about Google Cloud Functions?**

Limited Execution Environment: Some users might find the restricted execution environment of serverless functions limiting, especially when compared to more traditional server-based solutions. Functions have a time limit for execution, and there are constraints on available resources.

Debugging and Monitoring: Debugging and monitoring distributed serverless applications can be challenging. Users may face difficulties in tracking and identifying issues within the functions.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Google Cloud Functions simplifies coding by letting you run your code without managing servers. It automatically scales with demand, saving time and resources. This benefits users by reducing infrastructure hassles, enabling quick development, and ensuring cost-effectiveness, making it easier to focus on building applications rather than worrying about backend complexities.

  ### 7. Exceptional Cloud Services with Google Cloud Foundation

**Rating:** 4.5/5.0 stars

**Reviewed by:** Anku  K. | JTA, Enterprise (> 1000 emp.)

**Reviewed Date:** December 14, 2023

**What do you like best about Google Cloud Functions?**

I have had the pleasure of using Google Cloud Foundation for my organization's cloud computing needs, and the experience has been nothing short of exceptional. The platform offers a robust set of tools and services that have significantly enhanced our operations and efficiency.

From seamless scalability to top-notch security features, Google Cloud Foundation provides a comprehensive suite of solutions. The user interface is intuitive and user-friendly, making it easy for both beginners and experienced professionals to navigate and utilize its vast capabilities.

One standout feature is the flexibility in choosing from various computing services, ensuring that our specific requirements are met. The reliability and performance of their infrastructure have been outstanding, contributing to the overall success of our projects.

Moreover, the customer support has been exemplary. The Google Cloud Foundation support team is responsive, knowledgeable, and always ready to assist with any queries or challenges we encounter. It's evident that Google is committed to ensuring its users have a positive and productive experience.

Overall, I highly recommend Google Cloud Foundation to any organization seeking a robust, secure, and scalable cloud computing solution. It has become an integral part of our technology stack, and we look forward to exploring more features and innovations from Google Cloud in the future.

**What do you dislike about Google Cloud Functions?**

Cold Start Latency:

Some users might find that Google Cloud Functions, like other serverless platforms, can have occasional cold starts, where the function takes longer to execute if it hasn't been used recently. This initial latency can impact real-time performance.
Limited Execution Time:

Functions on serverless platforms often have execution time limits. If a task requires an extended duration, it may not be suitable for a serverless architecture.
Dependency Management:

Managing dependencies in serverless environments can be a bit different, and users might find it challenging to handle dependencies, especially if their functions require specific libraries or versions.
Stateless Nature:

Serverless functions are typically designed to be stateless, which can be limiting for certain use cases that require maintaining state between function invocations.
Monitoring and Debugging:

Debugging and monitoring distributed serverless applications can be more complex than traditional server-based architectures. Tracing issues in a function can require specialized tools.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Scalability:

Problem: Traditional servers require manual scaling to handle varying workloads, leading to potential underutilization or over-provisioning.
Solution: Google Cloud Functions automatically scales based on demand, ensuring resources are allocated efficiently and reducing the need for manual intervention.
Cost Efficiency:

Problem: Running and maintaining dedicated servers can be expensive, especially during periods of low activity.
Solution: With serverless computing, you only pay for the compute resources used during function execution, offering cost savings by eliminating the need to maintain idle infrastructure.
Developer Productivity:

Problem: Configuring and managing server infrastructure can be time-consuming and divert developers' focus from writing code.
Solution: Google Cloud Functions abstracts away infrastructure concerns, allowing developers to focus solely on writing code. This boosts productivity and accelerates development cycles.

  ### 8. One of the best Serverless Cloud service

**Rating:** 3.5/5.0 stars

**Reviewed by:** DilLip Chowdary R. | DevOps Engineer - I, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 16, 2023

**What do you like best about Google Cloud Functions?**

The user experience is very good, even though other providers give the same features but the UX matters the most here, which makes users easy to adopt.

Easy to Integrate services like Firebase.

We can automate functions running using cron jobs, which trigger the function frequently

**What do you dislike about Google Cloud Functions?**

Pricing seems expensive, other cloud providers provide most of the features for pricing less than the Cloud functions

Cold start time when we trigger the function after a decent break is too high

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Maintaining infrastructure 
Troubleshooting the servers
Automation of tasks

  ### 9. Google cloud function review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Praveen K. | Executive, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 19, 2023

**What do you like best about Google Cloud Functions?**

Google cloud function supports multiple programming languages, auto-scales, and integrates well with other Google Cloud services, enhancing flexibility and efficiency in building scalable applications.

**What do you dislike about Google Cloud Functions?**

I don't have personal opinions, but some users have mentioned potential challenges with cold start latency in Google Cloud Functions. Cold starts occur when a function is invoked after a period of inactivity, leading to a delay as the environment initializes. This can impact response times, particularly in time-sensitive applications. However, Google continues to improve its services, addressing such concerns over time.customer support

**What problems is Google Cloud Functions solving and how is that benefiting you?**

some users have mentioned potential challenges with cold start latency in Google function This can impact response times, particularly in time-sensitive applications. However, Google continues to improve its services, addressing such concerns over time.

  ### 10. Google Cloud Function

**Rating:** 4.5/5.0 stars

**Reviewed by:** Koustav K. | SDE, Enterprise (> 1000 emp.)

**Reviewed Date:** October 28, 2023

**What do you like best about Google Cloud Functions?**

The best thing I like about GCF is the pricing. It is flexible and only cost when you use the function. 
Second best thing is time it provides to run the function. It has more than other cloud function providers.
It is very easy to integrate a server the purpose.

**What do you dislike about Google Cloud Functions?**

I don't like the support of only four languagues to write Google Cloud Function. I hope it comes more languages support in future.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Google Cloud functions is providing the serverless function. It is helping me and my organization to cope up with extra costing of creating instances. This allows us to use GCF to server the purpose.

  ### 11. Feedback of Google logs

**Rating:** 5.0/5.0 stars

**Reviewed by:** Bharathi M. | Enterprise (> 1000 emp.)

**Reviewed Date:** December 19, 2023

**What do you like best about Google Cloud Functions?**

I have used Google logs in my job. It was great cloud function that I have worked so far. It makes cloud activities fast with less price.

**What do you dislike about Google Cloud Functions?**

I think you should work on few changes in UI side. The interface is good but if you would provide a tooptips for using powershell like how to go there. This is where I feel it would be helpful for the user to access it effectively.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Before Google cloud, I used to check the status of my product in my local storage. It was huge data and difficult to handle. Then I moved it to Google functions , I experience immense accuracy in terms of integration, development, access and utilises.

  ### 12. Excellent, proved to be very beneficial.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Paras D. | SE - Technology L2, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 13, 2023

**What do you like best about Google Cloud Functions?**

One thing that stands out about Google Cloud Functions is its simplicity. It makes it incredibly easy to run and deploy code without the need to manage infrastructure. You just write your code, deploy it, and Google Cloud Functions takes care of the rest. It's a hassle-free way to build and scale applications without worrying about the underlying infrastructure.

**What do you dislike about Google Cloud Functions?**

Their is nothing to dislike as of right now

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Productivity: It allows easier maintainance of code that is very beneficial to me.

  ### 13. Google Cloud Functions Review

**Rating:** 3.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** September 30, 2023

**What do you like best about Google Cloud Functions?**

Google Cloud Functions abstracts away infrastructure management, allowing developers to focus solely on writing code. This simplicity makes it easy to deploy and scale functions without worrying about server provisioning and management. Google Cloud Functions supports a wide range of event triggers, including HTTP requests, Cloud Storage changes, Pub/Sub messages, Firestore events, and more. This versatility makes it suitable for various event-driven use cases.

**What do you dislike about Google Cloud Functions?**

One complaint that I have, is the latency associated with "cold starts." Google cloud functions cold start can impact applications that require low-latency responses.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Since I am an Engineer , I like the way Google Cloud Functions abstract away the complexities of infrastructure management. Developers can focus solely on writing code and defining event-driven logic without worrying about server provisioning, maintenance, or scaling. This simplicity accelerates development and reduces operational overhead.
GCF help me deliver solutions to my clients in very little time.

  ### 14. Best in the Tech market

**Rating:** 4.5/5.0 stars

**Reviewed by:** Deepak k. | Enterprise (> 1000 emp.)

**Reviewed Date:** December 19, 2023

**What do you like best about Google Cloud Functions?**

I have been using Google cloud function since a while , till now I have got great service from Google.  I liked the payment features , it is very very cheap. 

Lots of features remaining for me to explore.

**What do you dislike about Google Cloud Functions?**

It takes some time to understand the features.  After it's just fun to do stuff

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Easy to deploy and automated features that makes the stuff easy.

  ### 15. Google Cloud Functions Review

**Rating:** 4.5/5.0 stars

**Reviewed by:** Simran R. | Cloud Engineer, Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** May 22, 2023

**What do you like best about Google Cloud Functions?**

The best thing is writing straightforward codes. We have been working on Cloud Functions for a lot of clients and their use cases, and 90% of google cloud functions have not failed us and the client's expectations.

**What do you dislike about Google Cloud Functions?**

For easy use cases and integrations with other services of Google Cloud or other things as well, it is good. But sometimes, we find limitations or a road block about which nothing is specified in the documentation or by the support team. In short words, the platform is still in developing era.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

One of the complex use cases was to integrate Cloud Functions with Cloud Storage, cloud run and Amazon S3, then the cloud functions should run a code and send to cloud run from which whatever file is generated in google cloud storage, it should be saved in the particular day-month-year format along with the time in minutes and seconds as their file name. 
Cloud Functions made this use case really easy and it saves ALOTTT of time for the clients.

  ### 16. One of the best serverless function platform

**Rating:** 5.0/5.0 stars

**Reviewed by:** Parth S. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 21, 2023

**What do you like best about Google Cloud Functions?**

It is very easy to use. It supports wide variety of programming language support. It has various way to trigger execution. It is very quick to deploy and scalable to very large load.
It support pubsub as a trigger so it can be invoked by just sending message.

**What do you dislike about Google Cloud Functions?**

Concurrency is only achievable by mumber of concurrent execution. We can not rate limit by number of execution per second.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

It allow to write serverless function which is completely managed by google and scale to huge load. Its development cycle is very simple and can be deployed in minutes.

  ### 17. Google cloud for Machine learning

**Rating:** 3.5/5.0 stars

**Reviewed by:** Muhammed A. | Software Engineer 1, Enterprise (> 1000 emp.)

**Reviewed Date:** December 19, 2023

**What do you like best about Google Cloud Functions?**

I've started using Google cloud AutoML which helped me learn machine learning concepts, apply knowledge with minimal machine learning knowledge. Training new data set is also very helpful and easy to use. I also liked the user interface.

**What do you dislike about Google Cloud Functions?**

cost, lesser features when to compared to similar platforms.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Running ML model in my local system requires lot of computation power and higher system requirement.  with GCP autoML, I can train data set and build ML apps.

  ### 18. Solves the purpose

**Rating:** 4.5/5.0 stars

**Reviewed by:** Manish J. | Senior Data Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 07, 2023

**What do you like best about Google Cloud Functions?**

Its easy to imlpement and gen 2 has more advantages/features.

**What do you dislike about Google Cloud Functions?**

Till now there is nothing to dislike about it,

**What problems is Google Cloud Functions solving and how is that benefiting you?**

It solving purpose of running small aync task, trigger function to solve various purposes in our arcitechture.

  ### 19. Powerful and versatile serverless computing

**Rating:** 5.0/5.0 stars

**Reviewed by:** Dr. Hernani C. | Co-Founder &amp; CTO, Consulting, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 15, 2023

**What do you like best about Google Cloud Functions?**

GCF eliminates the burden of server provisioning, maintenance, and scaling, allowing developers to focus on writing code rather than managing infrastructure. GCF's pay-as-you-go pricing model eliminates upfront costs and charges only for the time functions are executed, making it a cost-effective solution.

**What do you dislike about Google Cloud Functions?**

GCF functions may experience cold start latency, a delay when a function is first invoked after a period of inactivity. This latency can be mitigated by using prewarming techniques.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

It's a perfect, cost-effective and scalable way to build event-driven applications.

  ### 20. GCP customer or user review

**Rating:** 4.5/5.0 stars

**Reviewed by:** Shradhanjali P. | Custom Software Engineering Associate , Enterprise (> 1000 emp.)

**Reviewed Date:** December 16, 2023

**What do you like best about Google Cloud Functions?**

The arrangement of the required function is good, so it reduces the search time and also the functionality is easily understandable from the tab.

**What do you dislike about Google Cloud Functions?**

There is cost issue, like sometimes though cost is being estimated beforehand but still as work load is unpredictable so cost increases. There should be a discount option for regular users.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Ease of code deployment.

  ### 21. Google Cloud a friendly partner

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sathish Kumar  S. | System Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 20, 2023

**What do you like best about Google Cloud Functions?**

Google cloud functions allow us to  manage code from Remote place. Major upsides is it reduces expenses. It also help us to manage severs , framework etc..

**What do you dislike about Google Cloud Functions?**

Not to dislike any features if you spend enough time to understand the funtions

**What problems is Google Cloud Functions solving and how is that benefiting you?**

It help me to maintain code and framework easily.

  ### 22. A comprehensive review of Google cloud with strength and consideration

**Rating:** 4.0/5.0 stars

**Reviewed by:** Adarsh Kumar J. | Associate Consultant, Enterprise (> 1000 emp.)

**Reviewed Date:** December 14, 2023

**What do you like best about Google Cloud Functions?**

One of the coolest thing is serverless nature i.e we get to run our code without worrying about provisioning or managing servers secondly cost effective.

**What do you dislike about Google Cloud Functions?**

Only one that is  little latency or downside in response but once it gets on its kep going

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Serverless nature it makes me free from managing it

  ### 23. Professional Data Engineer

**Rating:** 4.5/5.0 stars

**Reviewed by:** Atul P. | Data Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** November 02, 2023

**What do you like best about Google Cloud Functions?**

Its best for executing single function over small envoirnment that to in very small infrastructure which is fully managed by google.

**What do you dislike about Google Cloud Functions?**

Nothing as of now, it seems perfect as it should be.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

I need to transform many of my data which can be done in single fucntiona and cloud function helps me in that. It also helps me in making etl pipeline from on prem system to bigquery datawarehouse.

  ### 24. The best

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** December 11, 2023

**What do you like best about Google Cloud Functions?**

I would recommend to peers as it save my time and improved in productivity and also made a huge effectiveness to my work

**What do you dislike about Google Cloud Functions?**

For new user, i felt it was difficult where to go and use it. i recommend to give the guide ou tour.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Google Cloud Functions address the need for scalable, event-driven serverless computing, benefiting by allowing efficient execution of code in response to various triggers without worrying about infrastructure management, so it was fantastic!

  ### 25. Amazing Experience!

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 08, 2023

**What do you like best about Google Cloud Functions?**

Google cloud offers so many services but the cloud functions are the best. I'm so amazed by it's features, it helps you deploy your logic without having to worry about backend setup. I used it in one of my project where I had implemented small logic and wanted to run it continuosly and generate logs. It was very easy to configure and deploy it using GCP.

**What do you dislike about Google Cloud Functions?**

There is nothing to dislike about it so far, I've liked the documents, pricing model everything seems good.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

It is providing everything you need for serverless architecture which is very helpful for apps that require implementation of small logics quickly.

  ### 26. Experience of google cloud function

**Rating:** 3.0/5.0 stars

**Reviewed by:** Raj G. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 18, 2023

**What do you like best about Google Cloud Functions?**

Features like easy to use, simple implementation etcs

**What do you dislike about Google Cloud Functions?**

Things was quite nice so i don't have any dislike about it

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Clouds related problems like space requirement, server rendering

  ### 27. GCP - leading cloud partener

**Rating:** 5.0/5.0 stars

**Reviewed by:** VIJAYA BASKAR REDDY K. | Programming Analyst, Enterprise (> 1000 emp.)

**Reviewed Date:** December 12, 2023

**What do you like best about Google Cloud Functions?**

Big data analytics is too easy in Google cloud

**What do you dislike about Google Cloud Functions?**

Every thing is great in gcp, great for big data anaylu

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Great use for big data Analytics

  ### 28. Quick code to value and easy management

**Rating:** 5.0/5.0 stars

**Reviewed by:** Maria B. | Cyber Security Software Architect, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 30, 2023

**What do you like best about Google Cloud Functions?**

Cloud functions have been instrumental in automation pipelines. They're quick to deploy and easy to manage and monitor. They are greate for short running workloads and can be a part of a more complex work flow.

**What do you dislike about Google Cloud Functions?**

There are concurrency and execution time restrictions, although they have gone up quite a bit recently

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Scripts and workloads for IT automations that otherwise would need to be hosted on something managed (e.g. VM) or more complex (e.g. gke)

  ### 29. Efficient and scalable Google Cloud feature

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Retail | Enterprise (> 1000 emp.)

**Reviewed Date:** June 11, 2023

**What do you like best about Google Cloud Functions?**

It is straightforward to set up, and the multiple programming languages they support make Cloud Functions one of the best serverless options in the market. Being container-ready is an excellent feature too.

**What do you dislike about Google Cloud Functions?**

The cold starts could be an issue when using this solution, but when you understand this happens, you can work around it. Another downside is the limited CPU and Memory limits of version 1 that don't occur in version 2.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Our company is extensive, and Cloud Functions allow us to create new functionalities with low maintenance and fast development without having to much to worry afterwards.

  ### 30. GCP Automation tool and integrater

**Rating:** 3.0/5.0 stars

**Reviewed by:** Airin J. | Technology Analyst, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 27, 2022

**What do you like best about Google Cloud Functions?**

The performance of the tool is very important, and we can extend the third party services by using this tool. I haven't used not more than 6 months. But let me tell if you getting enough support you will love it.

**What do you dislike about Google Cloud Functions?**

We switched the tool due to lack of support, I was exploring the tool with my team. But sometimes, we are not satisfied with the support. So, we decided to move on.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Cloud functions treat all google and third party services as building blocks. We can connect and extend the services to its top level. The integration is really best.

  ### 31. Very easy to run code upon an event

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Retail | Enterprise (> 1000 emp.)

**Reviewed Date:** November 21, 2022

**What do you like best about Google Cloud Functions?**

The best thing about Google Cloud Functions is that it is straightforward to write code to be triggered based on an event like GCS file update. We don't even have to worry about compute required to execute the code.

**What do you dislike about Google Cloud Functions?**

The biggest downside of Google Cloud Functions is we can't run compute-intensive operations and also, there's a limit on the execution time of the code. Hopefully, these are addressed in Version 2.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

We use Google Cloud Functions at our organisation to run specific code based on an event trigger like pub-sub notification and GCS file update. This event-based architecture helps us automate many things not depending on time-based architecture.

  ### 32. The serverless for code execution

**Rating:** 5.0/5.0 stars

**Reviewed by:** Juan M. | Operations Agile coach, Enterprise (> 1000 emp.)

**Reviewed Date:** October 11, 2022

**What do you like best about Google Cloud Functions?**

Cloud functions are the serverless feature that enables online API type-of capabilities, mainly used for integration purposes. It's equivalent to AWS lambdas, their use is oriented primarily toward integrations.

**What do you dislike about Google Cloud Functions?**

Most of the process of writing code, testing, and deployment is pretty straight forward and configuring, and securing might require additional knowledge of the functioning of GCP and other services.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

For integrations and automated event detection, they are triggering responses when uploading files into storage and data logs processing for internal business purposes.

  ### 33. BACKUP OF YOUR IMPORTANT DATA

**Rating:** 5.0/5.0 stars

**Reviewed by:** Pranav N. | Regional Technical Manager, Enterprise (> 1000 emp.)

**Reviewed Date:** September 03, 2022

**What do you like best about Google Cloud Functions?**

Best thing is we get space to upload the important files on Cloud and excess those anywhere and anytime without using the same PC

**What do you dislike about Google Cloud Functions?**

It has nothing to dislike. I tried finding anything which i can say that i dislike but there is nothing to dislike overall

**What problems is Google Cloud Functions solving and how is that benefiting you?**

I being a frequent traveller in job, sometimes during visits i only have Mobile device availble .If i need any important document , i can easily retrive it from google cloud network

  ### 34. Good Serverless Solutions with GCP

**Rating:** 4.0/5.0 stars

**Reviewed by:** Omer I. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 10, 2022

**What do you like best about Google Cloud Functions?**

Event-Driven Functions: Function Triggers, like Storage Triggers, are crucial to automate the processing of data and files when events occur (Ex. file upload)
Relative Easy of Use and Deployment: Documentations, sample codes, and tutorials make it easy to get started quickly. We could build and ship in a matter of days.
Serverless: We liked the Ease and good cost performance of Serverless with Cloud Functions when building external APIs.
Firebase Functions: As a wrapper of Cloud Functions, Firebase Functions is a convenient backend of Firebase applications. It has the same API as Cloud Functions, and we found it very valuable for my Firebase projects.

**What do you dislike about Google Cloud Functions?**

Slow Cold Start: When we didn’t have sustainable traffic to our function, the function took longer to start and process the first request. However, we could work around this issue with special care and some code modifications.

**Recommendations to others considering Google Cloud Functions:**

If you are using Firebase, I recommend checking out the Firebase extension library for pre-packaged solutions to see if there is already a solution for your problem. For us, we found that Algolia has an extension to automatically sync our Firestore database with our Algolia indexes' data.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Resizing Images Statically after users upload them to Cloud Storage buckets.

  ### 35. Cloud functions: Serverless is the new ordinary

**Rating:** 4.0/5.0 stars

**Reviewed by:** Bhanu Pratap S. | Web Core Team Member, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 20, 2022

**What do you like best about Google Cloud Functions?**

The best thing about cloud functions is that one does not need to worry about the infrastructure. Just build and deploy. Everything else is taken care of automagically.

**What do you dislike about Google Cloud Functions?**

The problem of cold start is there. New functions take time to spawn and there is limited availability in the things you can change about the infra.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

At work we are using cloud functions to host our backend code. THe benefit is that we do not needed to dedicate time and energy in maintaining the infra

  ### 36. Auto scaling server for companies of all sizes

**Rating:** 3.5/5.0 stars

**Reviewed by:** Vignesh A. | App Developer, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 10, 2021

**What do you like best about Google Cloud Functions?**

1. Auto scales based on the requirements.
2. Easy to implement as they provide SDK for web, android, iOS.
3. Flutter Cloud Functions SDK is much easier to implement.
4. Supports Nodejs.
5. We can easily allocate resources such as CPU power and we can also test, view source file, e.t.c in dashboard itself which is excellent.

**What do you dislike about Google Cloud Functions?**

1. Expensive compared to other competitiors in terms of per invocation usage.
2. Sometimes, the server responds slowly due to "Cold Start." 
3. Billing dashboard is confusing for beginners. It doesn't clearly explain the spending.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

We are a startup, and we make billing software, and we use Google Cloud Functions for sending invoices automatically to customers once the seller generates the invoice. We have integrated Cloud Functions with Firebase messaging, with which we send notifications to customers' phones once the seller sends the invoice.

  ### 37. Easy to deploy - Cost effective solution for quick jobs

**Rating:** 5.0/5.0 stars

**Reviewed by:** 👨🏼‍💻 Roy V. | Director, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 30, 2021

**What do you like best about Google Cloud Functions?**

Ease of deployment, both with gcloud CLI or simply uploading a zip
Support for Node 14
Versioning options

**What do you dislike about Google Cloud Functions?**

lack of support for php8 
requiring a redeployment when changing env variables

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Used for hosting API integrating two SAAS Apps

  ### 38. Great solution for invokable functions

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** January 07, 2022

**What do you like best about Google Cloud Functions?**

Minimal costing.
Ease of implementation.
Can code the function in JavaScript entirely.
Deployment can be managed from the command line too.

**What do you dislike about Google Cloud Functions?**

The graphs provided by google cloud functions are not reliable sometimes.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Invoking function in real-time to implement custom logic.
Using the function endpoint as a webhook.
Seamless integration with firebase analytics to trigger webhooks on certain events.

  ### 39. Good for small time development

**Rating:** 3.5/5.0 stars

**Reviewed by:** Mubaris k. | S, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 03, 2021

**What do you like best about Google Cloud Functions?**

Ease of deployment and the fact that there's little to no managing of server involved.

**What do you dislike about Google Cloud Functions?**

The limited functionality and the inability to control a lot of things about network control make it impractical to use google cloud functions on a large-scale project. Also, you cannot control on what VM your code can run, and in some cases, that can be a deal-breaker. 
Moreover, since the google cloud platform manages all the server-related stuff, you end up paying more.

**Recommendations to others considering Google Cloud Functions:**

If your project is small-sized and you don't have anyone in the team to manage the servers, then this might be useful for you.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

The functions or "jobs" that need to be run occasionally are optimally and economically run using google cloud functions.

  ### 40. Google cloud functions: Easy and Powerful tool for automation

**Rating:** 4.5/5.0 stars

**Reviewed by:** Danveer S. | SDE II, Enterprise (> 1000 emp.)

**Reviewed Date:** July 08, 2021

**What do you like best about Google Cloud Functions?**

In Data engineering, there are many jobs/tasks which are executed on a particular event. Cloud function helps to write simple logic to trigger any job on the event.
Flexibility to write code in Python, Node.js, Java/Scala and other languages.
I works fast and latency post event is very low.

**What do you dislike about Google Cloud Functions?**

The code editor in the cloud function is not great, and it does not provide helpful feedback at compile time.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Cloud function solved our requirements where we wanted to trigger any ETL pipeline on a particular event. It saved a lot of time by doing automation. Since the manual intervention is reduced, App became more stable.

  ### 41. Best for mini projects

**Rating:** 4.0/5.0 stars

**Reviewed by:** Mani Kumar Reddy K. | Senior Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 06, 2021

**What do you like best about Google Cloud Functions?**

How easily and quickly we can get the project up and running with minimal configuration

**What do you dislike about Google Cloud Functions?**

Difficulty in managing code base and dependencies and a weak framework for handling HTTP requests

**Recommendations to others considering Google Cloud Functions:**

Because of difficulty in managing code base and due to uncertain conditions of deployment, I recommend using it only for short-term and small projects irrespective of scale.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

It was creating new apps that require minimal backed support and scale extensively in a brief timeframe.

  ### 42. Cloud Functions FTW 

**Rating:** 4.5/5.0 stars

**Reviewed by:** Jim M. | Google Cloud Architect / Senior Dev, Computer Software, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 10, 2019

**What do you like best about Google Cloud Functions?**

Ease of deployment and development.  Solid logging and alert capability.

**What do you dislike about Google Cloud Functions?**

Not really a downside but you must remember it is stateless and you must design accordingly.

**Recommendations to others considering Google Cloud Functions:**

Ability to set scaling limiters, however I heard this is a thing, I just haven't identified where to set that yest.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Automotive IoT data consumption and processing.

  ### 43. Best Functions-as-a-Service (FaaS) with low cost by Google

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sai B. | Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** July 02, 2020

**What do you like best about Google Cloud Functions?**

The main advantage is its server less management. We don't need to manage the server just write code and deploy it. It is developer friendly.It will will charge when we use only. We can integrate with many of the cloud services. It can be secured and can connect to private vpc. We can restrict access to public network. We can trigger cloud function using http, cloud storage, pub/sub.

**What do you dislike about Google Cloud Functions?**

The time is given max 9 minutes if you want to run a 15 minutes load we cant. Google is working on that feature.They havent implement multiple trigger feature if that is there it would be nice.

**Recommendations to others considering Google Cloud Functions:**

best Faas to consider in the market .

**What problems is Google Cloud Functions solving and how is that benefiting you?**

I used if in my project for many purposes. We used it for prediction of response in our project. It can be used to trigger all jobs daily via cloud scheduler.

  ### 44. Exxellent exeripence for google cloud

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Financial Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 05, 2021

**What do you like best about Google Cloud Functions?**

NLP function and transaltion function is the Best function I like

**What do you dislike about Google Cloud Functions?**

Automation cost too much google credit and time

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Use google cloud to translate and do the NLP modelling

  ### 45. Cloud Functions get to production faster

**Rating:** 5.0/5.0 stars

**Reviewed by:** Garret P. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** December 08, 2020

**What do you like best about Google Cloud Functions?**

Simplicity of deployment, good number of choices in languages.

**What do you dislike about Google Cloud Functions?**

There is some spin-up time before the endpoints become highly responsive, and working with a stateless enviroent can be challenging to get used to.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

High-performance data translations and verification.

  ### 46. Relatively large cold-start duration

**Rating:** 2.0/5.0 stars

**Reviewed by:** Verified User in Education Management | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 03, 2020

**What do you like best about Google Cloud Functions?**

Suitable for near-real-time CPU-heavy jobs. Compute time pricing is cheaper than alternatives like AWS Lambda.

**What do you dislike about Google Cloud Functions?**

Cold start duration is much more significant than alternatives like AWS Lambda. Not suitable when having constraints on response duration (such as when building a Slack App/Bot).

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Decoupling existing monolith application for higher scalability.

  ### 47. Not a bad competitor of AWS  Lambda

**Rating:** 4.0/5.0 stars

**Reviewed by:** Yuriy P. | Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 01, 2019

**What do you like best about Google Cloud Functions?**

No need to include dependency libraries into deployment artifact.
CLI fully supported for all manipulations. 
Http, pubsub, storage triggers integration.
Ease https IAM, using bearer token.
Deploy supported using terraform.

**What do you dislike about Google Cloud Functions?**

Not as many integrations as AWS Lambda has.
Explicit usage of express for node or Flask for python web frameworks, can be security issue.
Pub-sub integration, has no automatic dead letter queuing mechanism.
Time to deploy, takes up to 2 minutes.



**Recommendations to others considering Google Cloud Functions:**

Good choice for Lambda competitors.
Easy to start with, faster then AWS Lambda.
More simple than Lambda, but less configuration options.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

A sync processing of various tasks, not heavy from space and time perspective.
Under 540 seconds run time.
Server less backed for web applications.
A sync event processing, business logic implementation.
DB queries ending with report uploaded to storage, and subsequent trigger to function that analyses report.


  ### 48. The best place to deploy you app for better processing

**Rating:** 4.0/5.0 stars

**Reviewed by:** Ashutosh M. | USF - Mobile developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 17, 2018

**What do you like best about Google Cloud Functions?**

The google brand is reliable for better stability for the deployment of your apps . The apps which require heavy computation power runs easily . you can build and scale faster with Google Cloud’s planet-scale computing on one of the world’s largest and fastest private networks so google is reliable and confidential ,
The dataabstraction is very efficient in this. It runs on same infrastructure that google uses for its end users.

**What do you dislike about Google Cloud Functions?**

The only thing i dislike is the linux console is very tedious to understand and a bit laggy . 
The git included in the Cloud is also complex.
But when learned can be used to create wonders.
you cannot modify the os .. rest all is fine

**Recommendations to others considering Google Cloud Functions:**

I would recomment this to every professional who need heavy computation power and alway uptime of services.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

I am using analytics and the computational power apps . 
Its a userful service when you dont wanna use your own hardware to deploy the app . 
i have never suffered any downtime , 
so its the best available option for me.
i wanted an AI tool , but my hardware was not that good to compute that , so i used Googel cloud to process it online , it definitely the best solution for online services
 

  ### 49. Google Cloud is a must-have for modern businesses

**Rating:** 5.0/5.0 stars

**Reviewed by:** Robert S. | Search Engine Optimization Analyst, Copywriter, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 17, 2018

**What do you like best about Google Cloud Functions?**

The ease of access that I enjoy as a user of Google Cloud is why I choose to keep on coming back to this service. Maintenance shut outs have never happened to me, and the digital security Google has in place for moving my code in and out of the cloud is the best in the world.

The way that Google Cloud integrates with other Google products is a major plus. I can store backups with ease in my Drive folder. I can quickly discuss what I am working on with a client over Hangouts, and I like to run real time testing with a video chat window open.

Also, the price points are amazing. So many options for free use exist if you are new to the use of cloud services. Once you decide to scale up, the cost will be very reasonable. 

**What do you dislike about Google Cloud Functions?**

Some of the help guides are very intensive. There is a learning curve if you are new to coding and the use of the cloud. It helped me a lot to work with an actual person, a specialist that lives near me and was able to walk me through the use of certain features (mostly the third party API functions) that I was afraid of using the wrong way and causing issues with my clients.

**Recommendations to others considering Google Cloud Functions:**

The free access point is great for trying it out, so commit a few hours to trying it out.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

I needed to address how I implement code in a way that would be affordable, reliable and practical. Google Cloud met all of these needs, so I am very satisfied with the service.

  ### 50. Amazing cloud service at cheapest price

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Marketing and Advertising | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 17, 2018

**What do you like best about Google Cloud Functions?**

Its very secure to save the files to the google cloud or u can say drive.The way that Google Cloud integrates with other Google products is a major plus. I can store backups with ease in my Drive folder.

**What do you dislike about Google Cloud Functions?**

Nothing at all till now and i know google is always there for troubleshooting and It helped me a lot to work with an actual person, a specialist that lives near me and was able to walk me through the use of certain features (mostly the third party API functions) that I was afraid of using the wrong way and causing issues with my clients.

**What problems is Google Cloud Functions solving and how is that benefiting you?**

Safety of documents and important data to the google cloud.
Its a userful service when you dont wanna use your own hardware to deploy the app .
i have never suffered any downtime ,
so its the best available option for me.


## Google Cloud Functions Discussions
  - [What is Google Cloud Functions used for?](https://www.g2.com/discussions/what-is-google-cloud-functions-used-for) - 1 comment, 1 upvote
  - [What languages does Google cloud functions support?](https://www.g2.com/discussions/what-languages-does-google-cloud-functions-support) - 3 comments
  - [Which architecture is supported by cloud functions?](https://www.g2.com/discussions/which-architecture-is-supported-by-cloud-functions) - 1 comment
  - [What is the function of Google cloud?](https://www.g2.com/discussions/what-is-the-function-of-google-cloud) - 1 comment

- [View Google Cloud Functions pricing details and edition comparison](https://www.g2.com/products/google-cloud-functions/reviews?section=pricing&secure%5Bexpires_at%5D=2026-05-23+22%3A10%3A34+-0500&secure%5Bsession_id%5D=955f30b2-d988-48b2-ad70-0e2911ee53e1&secure%5Btoken%5D=a351b0113bfa67c054742214afc89dff4b9dcd6023d86e6984bfef8bcf1ec4b2&format=llm_user)
## Google Cloud Functions Integrations
  - [Google Cloud BigQuery](https://www.g2.com/products/google-cloud-bigquery/reviews)
  - [Google Cloud Pub/Sub](https://www.g2.com/products/google-cloud-pub-sub/reviews)
  - [Google Cloud Storage](https://www.g2.com/products/google-cloud-storage/reviews)

## Google Cloud Functions Features
**Development**
- Application Deployment
- Development Tools
- Development Environment
- Language Support
- Testing

**Database**
- Database Management
- Analytics
- Auto Scaling
- Backup / Recovery
- Storage

**Infrastructure**
- Networking
- Virtual Machines
- Security

## Top Google Cloud Functions Alternatives
  - [Salesforce Heroku](https://www.g2.com/products/salesforce-heroku/reviews) - 4.2/5.0 (142 reviews)
  - [AWS Lambda](https://www.g2.com/products/aws-lambda/reviews) - 4.6/5.0 (915 reviews)
  - [Azure Functions](https://www.g2.com/products/azure-functions/reviews) - 4.4/5.0 (196 reviews)

