Closed heaven-born closed 1 year ago
@jrmsamson can you merge it and maybe build a new zio-lambd
version with the recent app structure changes? Because currently, the readme file describes how to use zio-lambda
with the new app structure, but the latest version doesn't support it.
This PR allows
zio-lambda
to send responses that contain characters from languages other than English. Currently, if such a character appears in the response,zio-lambda
throws an exception. This is the same fix that was done forpostRequest
method earlier.