App Engine

Last modified: 08 April 2025

Google App Engine is a cloud platform that allows you to develop and host web applications. To learn more, visit the official Google App Engine site.

With App Engine integration, you can run and debug Google App Engine applications. A newly created project includes an app.yaml file with default configuration settings and a GO file containing a basic Hello, World application. You can customize the handler in the provided GO file or create your own.

The App Engine project comes with a predefined run/debug configuration. To add another configuration, select Go build in the Run/Debug Configurations dialog. For more details, refer to Run/debug configurations.