zio / zio-lambda

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

Fixes #194 - In APIGatewayV2HttpEvent some fields must be optional #201

Closed heaven-born closed 1 year ago

heaven-born commented 1 year ago

This fix addresses issue #194 and introduces some defaults to APIGatewayV2HTTPResponse to make it more developer-friendly. Please note that the changes to APIGatewayV2HTTPResponse are not backward compatible, so they may slightly break someone's code.