How to run Python serverless applications on the Google Cloud Platform

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • movie-recommender

    A (random) movie recommender

  • In case you want to play with Cloud Run you can find (another) runnable example.

  • logicipi

    Discontinued A logging util for Python applications running on GCP

  • And yes, you can use structlog and get you json logs parsed, just remember to convert level to severity (check this snippet).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Hey

    HTTP load generator, ApacheBench (ab) replacement (by rakyll)

  • I run some load tests using hey with 5000 requests (hey-n 5000 URL) and I got some really nice numbers. The application is not doing much, so I am basically testing the overhead of the GCP infrastructure

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts