Skip to main content

Emulator for Google Cloud Functions to run in local

Project description

This module tries to emulate the environment in Google Cloud Functions for Python. It serves the given function on the given module.

For example. lets imagine we have the following cloud function

# mycloudfunction.py
def api(request):
  return 'important data'

To emulate we have to call it like so:

$ gcpfemu <path/to/file.py> <function_name>

For example, with the code above we will call it:

$ gcpfemu mycloudfunction.py api

And to access the data we can use for example curl:

$ curl localhost:5000/api
important data

If you want to run the emulator programatically you can do drun the server from a terminal, you have to disable the debug. It is disabled by default thoug. Flask looks for file changes, but in interactive terminal there's no file.

from gcpfemu import http 
port = 1234 # use a different port
module_path = 'mycloudfunction.py' # set the path to the code itself
function_name = 'api' # set the function name
http(module_path, function_name, port, debug) # load and serve the function

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gcp-functions-emulator-0.1.0.tar.gz (2.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gcp_functions_emulator-0.1.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file gcp-functions-emulator-0.1.0.tar.gz.

File metadata

  • Download URL: gcp-functions-emulator-0.1.0.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.2

File hashes

Hashes for gcp-functions-emulator-0.1.0.tar.gz
Algorithm Hash digest
SHA256 cb030d80a6fd8b6fb9056d14dd5568af00dc178a6a4f72d0c069880a6e728081
MD5 50508693bc9209feeaf31ee1b3e71bab
BLAKE2b-256 e0c04185391326d4f1e1e666861e0f815263cdd79e02ab99ae9332944fdabeaa

See more details on using hashes here.

File details

Details for the file gcp_functions_emulator-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: gcp_functions_emulator-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.2

File hashes

Hashes for gcp_functions_emulator-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 78b00321badb92d86b7d2b2c52ff76468f02c6977f6fb378681abd3906e9fd2a
MD5 bc8d7875b2897fb2d6e7b94a953ed378
BLAKE2b-256 de1bbc7f62896b1fdfd2dc8774a25d8e1e995b42445e248e27e4065f84143e7c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page