Skip to content

Commit 9bbdd36

Browse files
added README.md
1 parent 39e9e45 commit 9bbdd36

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### To run the demo
2+
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
7+
$ docker build --tag docker-selenium-lambda-kotlin .
8+
$ sls deploy
9+
$ sls invoke --function demo # Yay! You will get texts of example.com
10+
```

0 commit comments

Comments
 (0)