[google-appengine] Re: Maintaining dev, qa, staging, prod environments

2018-05-12 Thread Daniel Jimenez
Hi Will, >From a development perspective, I have found that especially when using GAE there is sometimes no need for a dev environment that utilises GCP resources. This is due to the SDK being very powerful in running applications on the developers local machine. Of course this does not

[google-appengine] Re: Maintaining dev, qa, staging, prod environments

2018-05-07 Thread Blaine Garrett
This is generally the best practice for production grade applications. For example, you might have loser permissions for a dev/qa environment but should have strict permissions for production. Similarly, you might have smaller instances for dev/qa to save cost and help performance tune but have

[google-appengine] Re: Maintaining dev, qa, staging, prod environments

2018-05-07 Thread 'Taher (Cloud Platform Support)' via Google App Engine
Hello Will, It is suggested for cloud-based software projects to be employed multiple environments . It's vital that these environments be completely isolated from one another, and they typically