Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddd committed Aug 8, 2019
1 parent a901ced commit 949bb07
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,22 @@
This util allows for mapping any HttpServletRequest and HttpServletResponse to and from API gateway classes

## Installation
TODO
1. Add Jitpack to repos in gradle.build

```kotlin
repositories {
maven {
url = uri("https://jitpack.io")
}
}
```

2. Add dependency
```kotlin
dependencies {
compile("com.github.richarddd:aws-lambda-api-gateway-servlet:master-SNAPSHOT")
}
```

## Usage
Example with javalin and aws lambda handler:
Expand Down

0 comments on commit 949bb07

Please sign in to comment.