An open API service indexing awesome lists of open source software.

https://github.com/ingarabr/http4s-cloud-functions

Use http4s with Google Cloud Functions. It's a simple wrapper around the http4s-dsl.
https://github.com/ingarabr/http4s-cloud-functions

google-cloud http4s

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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" % ""
```

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