March 2019
Beginner to intermediate
778 pages
34h 20m
English
The Google Cloud SDK includes development servers for developing App Engine services locally. These development servers aid in development by simulating the App Engine runtime environment, including available services such as Datastore and Task Queues. Additionally, the development servers impose many of the same restrictions on running applications found in App Engine, such as library/module whitelisting. By developing applications within the simulated environment, developers can easily leverage App Engine features and avoid potential runtime issues.
To run this application locally, call the App Engine Python development server with:
dev_appserver.py app.yaml
The Python development server is included in ...
Read now
Unlock full access