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.comResource Pattern
apps/{app}/services/{service}/versions/{version}References
Chat
Powered by AITalk 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 Documentation
terraform
1resource "google_app_engine_application" "main" {2 project = var.project_id3 location_id = var.region4}
Utilities
Utilities to support app deployment or configuration.