zio / zio-lambda

AWS Lambda Runtime built with ZIO
https://zio.dev/zio-lambda
Apache License 2.0
38 stars 14 forks source link

Allows to use non-english-language characters in responses. #202

Closed heaven-born closed 1 year ago

heaven-born commented 1 year ago

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 for postRequest method earlier.

heaven-born commented 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.