express-appengine-handlers
Lifecycle request handlers for express apps running in Google App Engine Managed VMs
Install
npm i --save express-appengine-handlers
Usage
var express = aeHandlers = app = ; app; app;
You can now test by going to http://localhost:1337/_ah/health
Notes
App Engine Flex only supports /_ah/health
at this time - you should not process, or handle /_ah/start
or /_ah/stop
via your application code.