Getting Started with App Engine Flashcards
1
Q
How does App Engine operate?
A
The underlying instances are Compute Engine instances, which is part of Google’s VPS and storage services
2
Q
What is the app.yaml file?
A
The general configuration file for the application
3
Q
What is the requirements.txt file?
A
Includes any required non-standard libraries or modules that need to be present for the application
4
Q
What is the main.py?
A
- Backend application code
- Handles requests
- Produces responses