Headless Chrome in Google Cloud Functions: Go Runtime
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
[ 2.8 ms ] story [ 22.7 ms ] threadhttps://www.browserless.io/
In the end, we ended up going with Cloud Run instead. It allows you to use an arbitrary docker image, so you can just bundle chrome in there. Le me know if you need some pointers with that, my email is in my profile!