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 7e462fd commit e62325bCopy full SHA for e62325b
README.md
@@ -5,7 +5,7 @@ http4s-lambda allows you to run http4s `HttpServices` over API Gateway and AWS L
5
6
First, add the dependency:
7
8
-`libraryDependencies += "io.github.howardjohn" %% "http4s-lambda" % "0.1.0"`
+`libraryDependencies += "io.github.howardjohn" %% "http4s-lambda" % "0.2.0"`
9
10
Next, we define a simple `HttpService`. Then, we simply need to define a new class for Lambda.
11
0 commit comments