{"id":19418314,"url":"https://github.com/f9mac/puppeteer-extra-plugin-aws","last_synced_at":"2025-06-15T12:05:58.994Z","repository":{"id":49944149,"uuid":"198261061","full_name":"f9mac/puppeteer-extra-plugin-aws","owner":"f9mac","description":"A plugin for puppeteer-extra to run puppeteer on AWS infrastructure like ECS or EC2","archived":false,"fork":false,"pushed_at":"2022-12-30T18:18:26.000Z","size":97,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-26T16:09:43.153Z","etag":null,"topics":["aws","puppeteer","puppeteer-aws","puppeteer-extra","puppeteer-plugins"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f9mac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-22T16:15:51.000Z","updated_at":"2024-04-09T08:16:52.000Z","dependencies_parsed_at":"2023-01-31T13:00:48.362Z","dependency_job_id":null,"html_url":"https://github.com/f9mac/puppeteer-extra-plugin-aws","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/f9mac/puppeteer-extra-plugin-aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f9mac%2Fpuppeteer-extra-plugin-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f9mac%2Fpuppeteer-extra-plugin-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f9mac%2Fpuppeteer-extra-plugin-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f9mac%2Fpuppeteer-extra-plugin-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f9mac","download_url":"https://codeload.github.com/f9mac/puppeteer-extra-plugin-aws/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f9mac%2Fpuppeteer-extra-plugin-aws/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259971378,"owners_count":22940011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","puppeteer","puppeteer-aws","puppeteer-extra","puppeteer-plugins"],"created_at":"2024-11-10T13:13:37.287Z","updated_at":"2025-06-15T12:05:58.966Z","avatar_url":"https://github.com/f9mac.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppeteer-extra-plugin-aws\n\n\u003e A plugin for [puppeteer-extra](https://github.com/berstend/puppeteer-extra) to run puppeteer on AWS infrastructure like ECS or EC2. (Might also work on Lambda)\n\n## Install\n\n```bash\nyarn add puppeteer-extra-plugin-aws\n# - or -\nnpm install puppeteer-extra-plugin-aws\n```\n\nIf this is your first [puppeteer-extra](https://github.com/berstend/puppeteer-extra) plugin here's everything you need:\n\n```bash\nyarn add puppeteer puppeteer-extra puppeteer-extra-plugin-aws\n# - or -\nnpm install puppeteer puppeteer-extra puppeteer-extra-plugin-aws\n```\n\n## Usage\n\n```js\n// puppeteer-extra is a drop-in replacement for puppeteer,\n// it augments the installed puppeteer with plugin functionality\nconst puppeteer = require('puppeteer-extra');\n// require AWS plugin\nconst awsPlugin = require('puppeteer-extra-plugin-aws');\n// add AWS plugin\npuppeteer.use(awsPlugin());\n\n// puppeteer usage as normal\npuppeteer.launch({ headless: true }).then(async browser =\u003e {\n  const page = await browser.newPage()\n  await page.setViewport({ width: 800, height: 600 })\n  // will work on AWS\n  await page.goto(\"https://example.com\")\n  await page.waitFor(5000)\n  await browser.close()\n})\n```\n\nFor more info [see the tests](./test/test.js).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff9mac%2Fpuppeteer-extra-plugin-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff9mac%2Fpuppeteer-extra-plugin-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff9mac%2Fpuppeteer-extra-plugin-aws/lists"}