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
I'm on an older version of this library using runLambda, StandaloneLambdaResult and toStandaloneLambdaResponse.
Now that I'm upgrading to a newer library version, I have no clue how to keep my code working. StandaloneLambdaResponseBody seems impossible to construct, and I need it for the StandaloneLambdaResult constructor of LambdaResult.
The text was updated successfully, but these errors were encountered:
Have you tried doing a toStandaloneLambdaResponse <yourResult>? There is a type class ToStandaloneLambdaResponseBody that will make ByteStrings/Texts or any type that implements ToJSON returnable from your handler
I'm on an older version of this library using
runLambda
,StandaloneLambdaResult
andtoStandaloneLambdaResponse
.Now that I'm upgrading to a newer library version, I have no clue how to keep my code working.
StandaloneLambdaResponseBody
seems impossible to construct, and I need it for theStandaloneLambdaResult
constructor ofLambdaResult
.The text was updated successfully, but these errors were encountered: