From the course: Google Cloud Professional Cloud Architect Cert Prep: 5 Managing Implementation

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Demo: Launching Go applications on Google App Engine

Demo: Launching Go applications on Google App Engine

Here we're in the Google Cloud shell environment. And from here, what we're going to do is build a App Engine application. One of the things to be aware of is that you can actually find out more information about your App Engine environment by typing in G Cloud app. And you can type in help here and it'll give you some options about different things that you'd want to do. For example, do you want to deploy or look at versions, et cetera? You can look at all the different things that you can do here. So I've already created my environment here for App Engine, so all I need to do now is create out a Go structure. And so that's what I'm going to do First here is go ahead and create this structure. We'll type in mkdir, we'll call this Go app. Next up, I will look inside of this directory and see that it's empty. And so I want to create an app.yaml. So the app.yaml file, what it does is the configuration for the App Engine application. All we need to do is put in the runtime. In this case,…

Contents