functions-framework-python

FaaS (Function as a service) framework for writing portable Python functions (by GoogleCloudPlatform)

Functions-framework-python Alternatives

Similar projects and alternatives to functions-framework-python

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better functions-framework-python alternative or higher similarity.

functions-framework-python reviews and mentions

Posts with mentions or reviews of functions-framework-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-17.
  • Cloud Functions or cloud run job/service triggered by pubsub without HTTP
    1 project | /r/googlecloud | 10 Oct 2023
    I need to run a function triggered by google pub/sub. The code needs a C library (gdal) which isn't available in cloud functions. To me its weird that cloud run functions in the end run as a docker container that is built for me, but I can't provide my own docker container for it. I can provide my own docker container with cloud run, and I can trigger a cloud run service from a pub/sub message. With a cloud run job that isn't possible. But for a cloud run service, first it needs a daemon to be reachable to check whether it started up (either on a tcp port or http), but I don't want to run a daemon. I just want to handle a single pub/sub message. Also, the eventarc trigger for pub/sub translates the pub/sub message into an HTTP request, instead of just calling a function with an object, like is possible with the functions framework.
  • How am I supposed to use functions-framework to test my cloud functions?
    1 project | /r/googlecloud | 24 Feb 2023
    Which language do you use? I worked with Python Functions Framework and there is a completely undocumented option to use a test client similar to the one offered by web frameworks such as FastAPI. Google uses it to write their own tests for the Python Functions Framework. You can see it for example here GitHub Issue mentioning the test client
  • My Cloud Resume Challenge
    2 projects | dev.to | 17 Aug 2022
    Host a static website on Google Coogle Storage Functions Framework for Python Automated static website publishing with Coogle Build Invalidate cached content Managing infrastructure as code with Terraform, Coogle Build, and GitOps Export your Google Google resources into Terraform format
  • Insight on the cloud function environment?
    2 projects | /r/googlecloud | 18 Feb 2022
    The library that wraps the function is called the Functions Framework. There is one for each supported language e.g. python. They are all open source.
  • QUESTION: how to run google functions locally for testing?
    2 projects | /r/googlecloud | 27 Dec 2021
    I used to put a main function to test it. Now I just use their framework then curl. For ex: framework for python https://github.com/GoogleCloudPlatform/functions-framework-python
  • Cron-ing in the Cloud: How to use Cloud Scheduler to automate routine tasks
    1 project | dev.to | 18 Feb 2021
    For some bonus content, did you know you can test your cloud functions locally? You can use the Python Functions Framework to run your Cloud Function on your machine and experiment before deploying!
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 11 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic functions-framework-python repo stats
6
814
7.2
2 days ago

GoogleCloudPlatform/functions-framework-python is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of functions-framework-python is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com