Upload Limits when deploying WordPress to Google App Engine
TL;DR App Engine Standard limits deployments to 10,000 files. For WordPress this limit can be exceeded because of plugins. App Engine will run a composer file is present, so you can use WordPress Packagist to install the plugins and leave them out of the deployment upload. Some tricks are needed for public files (.css, .js, …