fnproject/fn

[Feature Request] fs2-based Scala system

s5bug opened this issue · 0 comments

s5bug commented

I've been looking for some sort of serverless framework or cloud function API that supported the kind of streaming model fs2 provides. Everything else is heavily centered on Java beans (or the specific language's serialization) and a Handler style.

I'd really appreciate being able to develop scalable applications via streaming, including usage of doobie or http4s, so I thought I'd open an issue here.