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 39e9e45 commit 9bbdd36Copy full SHA for 9bbdd36
README.md
@@ -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