$ 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
-
Notifications
You must be signed in to change notification settings - Fork 0
samburt0n5/docker-selenium-lambda-kotlin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple demo using selenium with kotlin to run headless chrome in an AWS Lambda function.
Resources
Stars
Watchers
Forks
Packages 0
No packages published