Hi,
I totally agree with you, we have to make App Engine the easiest and most intuitive experience the developer that's why in the second generation <https://cloud.google.com/blog/products/gcp/introducing-app-engine-second-generation-runtimes-and-python-3-7> we made it easier to run locally by being able to run locally <https://cloud.google.com/appengine/docs/standard/php7/testing-and-deploying-your-app#running_locally> with the tools that you normally use. Alse you can test your application <https://cloud.google.com/appengine/docs/standard/php7/testing-and-deploying-your-app#testing-on-app-engine> by deploying with the --no-promote flag which would deploy the application without allocating any traffic to the deployed version. gcloud app deploy --no-promote <https://cloud.google.com/sdk/gcloud/reference/app/deploy#--promote> On Sunday, June 16, 2019 at 12:36:29 PM UTC-4, dir Ls wrote: > > The purpose of app engine standard is so developers can focus no the app > and not worry about the rest. To me, dev_appserver.py is a pre-req to > encourage app developers to get on to GCP very easily. Hope App Engine > Standard itself is not going to get deprecated! > > On Friday, June 14, 2019 at 3:43:41 PM UTC-7, Andrew Gorcester wrote: >> >> We don't have a replacement for that functionality yet, but I'll record >> that that's a missing link for people migrating. Thank you! >> >> On Fri, Jun 14, 2019 at 3:02 PM Nicolas Grilly <[email protected]> >> wrote: >> >>> On Friday, June 14, 2019 at 11:10:21 PM UTC+2, Andrew Gorcester wrote: >>>> >>>> If you don't mind me asking, what are the features of dev_appserver.py >>>> that are still useful with the newer runtimes, which do not have App >>>> Engine-specific APIs and client libraries that dev_appserver was >>>> originally >>>> intended to mock and emulate? >>>> >>> >>> dev_appserver.py seems still useful to emulate dispatch.yaml and static >>> handlers locally. Is there an alternative? >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google App Engine" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/google-appengine/e827acfd-b148-4d49-a8d8-da676e9c79f4%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/google-appengine/e827acfd-b148-4d49-a8d8-da676e9c79f4%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e08af061-dacf-40a6-b521-09e46f052d04%40googlegroups.com.
