Skip to content

Minimum demo of headless chrome and selenium on container image on AWS Lambda

License

Notifications You must be signed in to change notification settings

xoxwgys56/docker-selenium-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-selenium-lambda

This is minimum demo of headless chrome and selenium on container image on AWS Lambda

This image goes with these versions.

  • Python 3.8
  • serverless-chrome v1.0.0-37
  • chromedriver 2.37
  • selenium 3.141.0 (latest)

Running the demo

$ YOUR_REGION=ap-northeast-1 # your region
$ git clone --depth 1 https://github.com/umihico/docker-selenium-lambda.git docker-selenium-lambda && cd $_
$ sls deploy --region $YOUR_REGION
$ sls invoke -f server --region $YOUR_REGION

Contribution

I'm trying run latest Chrome but having difficulties. Please check out other branches and issues.

Side Project

If you don't want to create functions each time for each purpose, Please check out pythonista-chromeless

About

Minimum demo of headless chrome and selenium on container image on AWS Lambda

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 54.2%
  • Python 45.8%