{"id":14978780,"url":"https://github.com/umihico/docker-selenium-lambda","last_synced_at":"2026-01-07T04:30:16.239Z","repository":{"id":37544046,"uuid":"346943840","full_name":"umihico/docker-selenium-lambda","owner":"umihico","description":"The simplest demo of chrome automation by python and selenium in AWS Lambda","archived":false,"fork":false,"pushed_at":"2025-04-05T01:52:01.000Z","size":271,"stargazers_count":590,"open_issues_count":11,"forks_count":136,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-07T10:17:48.745Z","etag":null,"topics":["aws-lambda","chromedriver","chromium","docker","lambda","python","scraping","selenium","serverless"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/umihico.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-12T04:59:18.000Z","updated_at":"2025-04-05T01:52:03.000Z","dependencies_parsed_at":"2024-01-24T02:30:16.569Z","dependency_job_id":"c7227a22-0305-4f7b-b533-a8b999f0b2b5","html_url":"https://github.com/umihico/docker-selenium-lambda","commit_stats":{"total_commits":273,"total_committers":5,"mean_commits":54.6,"dds":0.315018315018315,"last_synced_commit":"941774f96f205910ac4814312d6887827813d6c4"},"previous_names":[],"tags_count":155,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umihico%2Fdocker-selenium-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umihico%2Fdocker-selenium-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umihico%2Fdocker-selenium-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umihico%2Fdocker-selenium-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umihico","download_url":"https://codeload.github.com/umihico/docker-selenium-lambda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248912373,"owners_count":21182263,"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-lambda","chromedriver","chromium","docker","lambda","python","scraping","selenium","serverless"],"created_at":"2024-09-24T13:58:23.066Z","updated_at":"2026-01-07T04:30:16.228Z","avatar_url":"https://github.com/umihico.png","language":"Dockerfile","readme":"# docker-selenium-lambda\n\n[![badge](https://github.com/umihico/docker-selenium-lambda/actions/workflows/demo-test.yml/badge.svg)](https://github.com/umihico/docker-selenium-lambda/actions/workflows/demo-test.yml)\n[![badge](https://github.com/umihico/docker-selenium-lambda/actions/workflows/auto-update.yml/badge.svg)](https://github.com/umihico/docker-selenium-lambda/actions/workflows/auto-update.yml)\n\nThis is minimum demo of headless chrome and selenium on container image on AWS Lambda\n\nThis image goes with these versions. [These are automatically updated and tested everyday.](https://github.com/umihico/docker-selenium-lambda/actions)\n\n- Python 3.13.9\n- chromium 143.0.7499.192\n- chromedriver 143.0.7499.192\n- selenium 4.39.0\n\n## Running the demo\n\n```bash\n$ npm install -g serverless@^3 # skip this line if you have already installed Serverless Framework\n$ export AWS_REGION=ap-northeast-1 # You can specify region or skip this line. us-east-1 will be used by default.\n$ sls create --template-url \"https://github.com/umihico/docker-selenium-lambda/tree/main\" --path docker-selenium-lambda \u0026\u0026 cd $_\n$ sls deploy\n$ sls invoke --function demo # Yay! You will get texts of example.com\n```\n\n## Public image is available\n\nIf you want your image simpler and updated automatically, rewrite the Dockerfile with the following commands:\n\n```Dockerfile\nFROM umihico/aws-lambda-selenium-python:latest\n\nCOPY main.py ./\nCMD [ \"main.handler\" ]\n```\n\nAvailable tags are listed [here](https://hub.docker.com/r/umihico/aws-lambda-selenium-python/tags)\n\n## Side Project\n\nAre you interested in **Node.js** or **Playwright**? Please check out [docker-playwright-lambda](https://github.com/umihico/docker-playwright-lambda)\n\nIf you don't want to create functions each time for each purpose, Please check out [pythonista-chromeless](https://github.com/umihico/pythonista-chromeless)\n","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumihico%2Fdocker-selenium-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumihico%2Fdocker-selenium-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumihico%2Fdocker-selenium-lambda/lists"}