gae

App Engine

Compute & WebGCP
General

General information about the service.

Description

Google App Engine is a fully managed serverless platform for developing and hosting web applications at scale.

Service ID

appengine.googleapis.com

Resource Pattern

apps/{app}/services/{service}/versions/{version}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

gae-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_app_engine_application" "main" {
2 project = var.project_id
3 location_id = var.region
4}
Utilities

Utilities to support app deployment or configuration.