Structure of the Google App Engine
- App Engine resources are structured as hierarchy of services, versions and instances
- IAM Roles on the App Engine
- App Engine Viewer
- App Engine Code viewer
- App Engine deployer
- App Engine Service Admin
- App Engine Admin
The App Engine Standard Environment
- All App Engine Standard environment services are composed of two parts
- application code
- configuration file that informs app engine how the application should run
- Java developers Refer Here
- Refer Here for the sample app created and deployed in the class
