Working with App Engine
The deployment itself is fairly easy. We define an app.yaml
file that defines the application and develop the code. By using gcloud app deploy
, the application will be deployed to App Engine:
The preceding example is very simple, and you can create far more sophisticated applications. The Cloud Architect exam does not require you to have deep knowledge of how to define the app.yaml
file or how to write applications. However, we suggest that you have a look at the Further reading section as it might help you understand App Engine concepts better.