Software Alternatives & Reviews

Google Cloud Functions Reviews

A serverless platform for building event-based microservices.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about Google Cloud Functions and what they use it for.
  • Serverless Compute
    AWS Lambda If you're in Azure, your equivalent service is Azure Functions. For Google, this is Google Functions (yes, AWS just HAD to be different). Regardless of its name, all of these services fulfill the same purpose - a small compute building block to house your business logic code. An AWS Lambda function is simply the code you want to run, written in your language of choice (I preference Python, but... - Source: dev.to / 8 days ago
  • Tutorial HTTP Endpoints with GCP Function (2nd Gen) and Go
    Cloud Functions provide a lightweight execution environment for code in various languages. They are the serverless compute solutions in Google Cloud Platform (GCP) that is similar to AWS Lambda functions in AWS. - Source: dev.to / about 1 month ago
  • Effortlessly Scale Your Applications with FaaS: Learn How Functions as a Service Can Help You Grow and Thrive
    In conclusion, Functions as a Service is a cloud computing model that allows developers to build and deploy small pieces of code without the need to worry about the underlying infrastructure. It is a lightweight and flexible option that can save time and money, and it can automatically scale up or down based on the demand for the function. AWS Lambda, Google Cloud Functions, and Cloudflare Workers are some of the... - Source: dev.to / 3 months ago
  • Streamline Your Serverless Development with These Top 10 Powerhouse Tools
    Google Cloud Functions is a serverless computing platform from Google that lets you build, deploy, and run your code in response to events. It's a great way to build event-driven applications that scale on demand, and it's a must-know tool for any serverless developer. - Source: dev.to / 3 months ago
  • Looking for guidance (container management)
    What are you trying to achieve out of this, even though it's for fun? Running this all in a single node k8s cluster would be simply overkill in my opinion, but if it's for learning purposes go for it. There's also ECS for AWS if you're looking to use AWS, Heroku Dynos, Cloud functions in Google Cloud, to name a few! - Source: Reddit / 3 months ago
  • Web Application Deployment on AWS
    Serverless solutions (e.g., AWS Lambda Functions, Microsoft Azure Functions, Google Functions), mainly designed by cloud providers not long ago, are also becoming greatly popular nowadays. Despite the name, serverless architectures are not really without servers. Rather, solution providers went deeper into the virtualization, removing the need the focus on anything but writing the application code. The code is... - Source: dev.to / 3 months ago
  • All You Need to Know About Serverless Functions and the Edge
    Google Cloud Functions is Google’s serverless environment. It supports programming languages like JavaScript, Python, and Go. - Source: dev.to / 4 months ago
  • Coding My Way Into The Magic Kingdom
    Google Cloud Functions - Used to run our code on a schedule. - Source: dev.to / 5 months ago
  • Can you keep a running tally
    Since your app needs to run continuously this might be a job for Cloud Functions: https://cloud.google.com/functions. - Source: Reddit / 5 months ago
  • Building event-driven API services using CQRS, API Gateway and Serverless
    There are many FaaS providers in the market and each platform has unique scenarios in which it shines. The largest cloud companies (AWS, Azure, Google) provide solutions (AWS Lambda, Azure Functions, and Google Cloud Function respectively) that are meant to fit nearly every situation with generic cloud products. - Source: dev.to / 6 months ago
  • Please help - I ran into a problem while deploying to GCP. Probably useful for others too switching from Heroku.
    If you want to use Google, you probably want to look at Cloud functions. - Source: Reddit / 6 months ago
  • How is serverless computing going to change the cloud landscape?
    Although many people still associate serverless computing with AWS Lambda, there are other services that also allow you to build applications without thinking about servers: Google Cloud Functions and Azure Functions both offer similar functionality. - Source: dev.to / 6 months ago
  • NSLookup (or domain name resolution) in BQ?
    You'll probably need to set up a Cloud Function (or other HTTP endpoint) to perform the lookups, and then call it from BigQuery via Remote Functions. - Source: Reddit / 8 months ago
  • What does it mean to truly be Server-Less (Serverless)
    Cloud Functions developed by Google Cloud Platform (GCP), Cloud Functions has a simple and intuitive developer experience. Just write your code and let Google Cloud handle the operational infrastructure. Develop faster by writing and running small code snippets that respond to events. Streamline challenging orchestration problems by connecting Google Cloud products to one another or third party services using events. - Source: dev.to / 10 months ago
  • Understanding and Controlling AWS Lambda Costs
    Others in this product class include Google Cloud Functions and Azure Functions, both of which share the same billing model as Lambda, but with different rates and service limits. - Source: dev.to / 11 months ago
  • Is Cloud Run a good choice for a portfolio website?
    If you're using GAE, you can write a Cloud Function that will automatically shut down your project when you exceed a certain budget thresh hold. We have an article on our blog about how to do that (it includes steps and complete code). - Source: Reddit / 11 months ago
  • Help! Difference between native and datastore
    Datastore mode had its start in App Engine's early days (launched in 2008), where its Datastore was the original scalable NoSQL database provided for all App Engine apps. In 2013, Datastore was made available all developers outside of App Engine, and "re-launched" as Cloud Datastore. In 2014, Google acquired Firebase for its RTDB (real-time database). Both teams worked together for the next 4 years, and in 2017,... - Source: Reddit / about 1 year ago
  • protobuf-related: a GCP Pub/Sub intro/overview
    Messages: they consist of pieces of data sent by publisher apps, they are persisted in the GCP Pub/Sub layer; every time a message is published to a topic, this generates a cloud event (google.pubsub.topic.publish, that you can use to trigger Cloud Functions for instance); messages can have attributes attached to them, which are arbitrary key/value pairs set by the publisher in order to give some metadata to the... - Source: dev.to / about 1 year ago
  • Create a Scalable Naming System
    In this case, we're going to use the gcloud command line tool to deploy our application as a serverless function to Google Cloud Functions. To accomplish this, we'll need to wrap our application in an asynchronous function expression. Update the following code: Src/index.js. - Source: dev.to / about 1 year ago
  • Any Easy to use self hosted cloud function service ?
    Functions Framework: Both Google Cloud Functions and Cloud Functions for Firebase users can opt to use the Google Cloud open source project known as the Functions Framework to run their functions locally, on their own servers, or deployed to the cloud if desired. The first pair of options are low/no-cost other than what you pay for your servers. - Source: Reddit / about 1 year ago
  • About Vps Hosting
    Server-side Golang code: Cloud Functions. First two millions invocations per month are free. See here for more details about the free tier. Example code for connecting a Cloud Function written in Go with Cloud SQL. - Source: Reddit / over 1 year ago

Do you know an article comparing Google Cloud Functions to other products?
Suggest a link to a post with product alternatives.