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 a5cd2a7 commit e6ea54eCopy full SHA for e6ea54e
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
-$ mvn compile dependency:copy-dependencies -DincludeScope=runtime
+$ ./mvnw compile dependency:copy-dependencies -DincludeScope=runtime
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