Heres a simple way I simplify my #DevOps by leveraging Google Cloud functions.
How it's done:
1. Create an express like index.js function and route to your various subfunctions
2. Test with the Functions Framework locally
3. Deploy to Google cloud with the gcloud bin from the sdk
4. Pat yourself on the back
#googlecloud #cloudfunctions #appengine