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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the app.yaml file?

A

The general configuration file for the application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the main.py?

A
  • Backend application code
  • Handles requests
  • Produces responses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly