zio / zio-lambda

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

In APIGatewayV2HttpEvent following fields must be optional: stageVariables, cookies, queryStringParameters, pathParameters #194

Closed heaven-born closed 1 year ago

heaven-born commented 1 year ago

Gataway API can send nothing in these json fields if there is nothing to forward form the original request. The decoding process fails because of this.

stageVariables
cookies
queryStringParameters
pathParameters