ingarabr / http4s-cloud-functions   0.4.0

MIT License GitHub

Use http4s with Google Cloud Functions. It's a simple wrapper around the http4s-dsl.

Scala versions: 3.x 2.13

http4s Cloud Functions

Use http4s with Google Cloud Functions. It's a simple wrapper around the http4s-dsl.

Usage

You'll find the artifacts in maven central.

libraryDependencies += "com.github.ingarabr" % "http4s-cloud-functions" % "<version>"

Extend the Http4sCloudFunctionIOApp trait and implement the routes function. You find a complete example under docs/example-usage.md.