From 3e95c5aa5e5294e9ff0a36e2bf48bd8336cb5820 Mon Sep 17 00:00:00 2001 From: Jay Deshmukh <35005482+jay-deshmukh@users.noreply.github.com> Date: Wed, 15 Sep 2021 14:05:17 +0530 Subject: [PATCH] chore: add new resource (#5024) --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index ed68e3fe..a125a35d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,6 +23,7 @@ More complex and use case driven examples can be found at [github.com/GoogleChro - [puppeteer-examples](https://github.com/checkly/puppeteer-examples) - Puppeteer Headless Chrome examples for real life use cases such as getting useful info from the web pages or common login scenarios. - [browserless](https://github.com/joelgriffith/browserless) - Headless Chrome as a service letting you execute Puppeteer scripts remotely. Provides a docker image with configuration for concurrency, launch arguments and more. - [Puppeteer Sandbox](https://puppeteersandbox.com) - Puppeteer sandbox environment as a service. Runs Puppeteer scripts and allows saving and embedding them in external sites and markdown files. +- [Puppeteer on AWS Lambda](https://github.com/jay-deshmukh/headless-chrome-with-puppeteer-on-AWS-lambda-with-serverless-framework) - Running puppeteer on AWS Lambda with Serverless framework - [Apify SDK](https://github.com/apifytech/apify-js) - The scalable web crawling and scraping library for JavaScript. Automatically manages a pool of Puppeteer browsers and provides easy error handling, task management, proxy rotation and more. ## Testing