Skip to content

Commit 949bb07

Browse files
authored
Update README.md
1 parent a901ced commit 949bb07

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,22 @@
33
This util allows for mapping any HttpServletRequest and HttpServletResponse to and from API gateway classes
44

55
## Installation
6-
TODO
6+
1. Add Jitpack to repos in gradle.build
7+
8+
```kotlin
9+
repositories {
10+
maven {
11+
url = uri("https://jitpack.io")
12+
}
13+
}
14+
```
15+
16+
2. Add dependency
17+
```kotlin
18+
dependencies {
19+
compile("com.github.richarddd:aws-lambda-api-gateway-servlet:master-SNAPSHOT")
20+
}
21+
```
722

823
## Usage
924
Example with javalin and aws lambda handler:

0 commit comments

Comments
 (0)