You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HelloWorld example from https://carpe.github.io/scalambda/docs/writing-functions/ seems to suggest that you can have a plain string as input type for handleRequest. However, when I try that, I get: Failed to parse input. io.circe.DecodingFailure$$anon$2: String.
The
HelloWorld
example from https://carpe.github.io/scalambda/docs/writing-functions/ seems to suggest that you can have a plain string as input type for handleRequest. However, when I try that, I get:Failed to parse input. io.circe.DecodingFailure$$anon$2: String
.Reading at
scalambda/core/src/main/scala/io/carpe/scalambda/Scalambda.scala
Line 40 in 3f52f10
The text was updated successfully, but these errors were encountered: