I have seen articles about puppeteer with node 8 and headless chrome. Earlier examples talk about how chrome is now bundled in the base images when using the node 8 runtime. I use [chromedp](https://github.com/chromedp/chromedp) and I tried using it in a go runtime with cloud functions but it was unable to find chrome. Really trying to not have a micro-service running a un-sandboxed chrome in the cluster.
4 comments
Headless Chrome in Google Cloud Functions: Go Runtime | Heykuki News