Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

App Engine Compat VM Runtime

This folder contains the vmruntime Python package. This is used to provide an entrypoint to Managed VMs that behaves like Google App Engine Standard. Notably:

  • Parses the app.yaml (or module-specific yaml) and handles mapping the URLs and WSGI applications defined in the yaml's handlers section.
  • Handles static files declared in app.yaml.
  • Sets up Cloud Logging.
  • Ensures google.appengine API requests are authenticated correctly.