We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d9b70 commit 58693d9Copy full SHA for 58693d9
README.md
@@ -3,7 +3,7 @@
3
```bash
4
$ npm install -g serverless # skip this line if you have already installed Serverless Framework
5
$ export AWS_REGION=ap-northeast-1 # You can specify region or skip this line. eu-west-2 will be used by default.
6
-$ ./mvnw compile dependency:copy-dependencies -DincludeScope=runtime
+$ ./gradlew build
7
$ docker build --tag docker-selenium-lambda-kotlin .
8
$ sls deploy
9
$ sls invoke --function demo # Yay! You will get texts of example.com
0 commit comments