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.
I'm on an older version of this library using
runLambda,StandaloneLambdaResultandtoStandaloneLambdaResponse.Now that I'm upgrading to a newer library version, I have no clue how to keep my code working.
StandaloneLambdaResponseBodyseems impossible to construct, and I need it for theStandaloneLambdaResultconstructor ofLambdaResult.