Show HN: Chromeless – Headless Chrome Automation on AWS Lambda
1–10 of 92 posts
Re: Show HN: Chromeless – Headless Chrome Automation on AWS Lambda
#2Here is btw a demo playground to try it out: https://chromeless.netlify.com/
Let me know if you have any questions :)
Re: Show HN: Chromeless – Headless Chrome Automation on AWS Lambda
#3Re: Show HN: Chromeless – Headless Chrome Automation on AWS Lambda
#4Re: Show HN: Chromeless – Headless Chrome Automation on AWS Lambda
#5Re: Show HN: Chromeless – Headless Chrome Automation on AWS Lambda
#6This would have been awesome to have back when I was heavy in to the UI test automation game. Our best option at that point was a spot instance EC2 fleet and analyzing commits to determine which tests would be the most valuable to run. It's awesome being able to easily run hundreds or thousands of tests in parallel, completely segmented, and pay only on demand. A fantastic use of AWS Lambda! It suddenly becomes reaso…
Re: Show HN: Chromeless – Headless Chrome Automation on AWS Lambda
#7Re: Show HN: Chromeless – Headless Chrome Automation on AWS Lambda
#8Re: Show HN: Chromeless – Headless Chrome Automation on AWS Lambda
#9(Shameless promoting): for an API version of the prerendering functionality, with no warm-up latency, we're running a large cluster of Chrome headless instances here: https://www.prerender.cloud/
We've built something similar internally and will shortly migrate it to Chromeless. We basically use it to pre-render our websites and docs: https://github.com/graphcool/prep
Re: Show HN: Chromeless – Headless Chrome Automation on AWS Lambda
#10Seems pretty awesome.
My use case is to take screenshots of various pages - the docs don't mention the default viewport dimensions, btw.