Skip to content

A simple demo using selenium with kotlin to run headless chrome in an AWS Lambda function.

Notifications You must be signed in to change notification settings

samburt0n5/docker-selenium-lambda-kotlin

Repository files navigation

To run the demo

$ npm install -g serverless # or if you don't want to install npm run 'curl -o- -L https://slss.io/install | bash' . Skip this line if you have already installed Serverless Framework
$ export AWS_REGION=eu-west-1 # You can specify region or skip this line. eu-west-2 will be used by default.
$ ./gradlew build
$ docker build --tag docker-selenium-lambda-kotlin .
$ sls deploy
$ sls invoke --function demo # Yay! You will get texts of example.com

About

A simple demo using selenium with kotlin to run headless chrome in an AWS Lambda function.

Resources

Stars

Watchers

Forks

Packages

No packages published