Summary
In this chapter, we had a look at App Engine, which is a PaaS offering. We distinguished between two types of environments, namely standard and flexible. Then, we looked at how to deploy an App Engine application and how to update it to newer versions. We also learned how to split and migrate traffic between the versions. Finally, we learned about cron jobs, which allow us to run scheduled jobs.
In the next chapter, we will have a look at Cloud Functions, which is a Function-as-a-Service (FaaS) offering.