theam / aws-lambda-haskell-runtime

⚡Haskell runtime for AWS Lambda
https://theam.github.io/aws-lambda-haskell-runtime/
Other
269 stars 48 forks source link

Make some API Gateway fields optional #119

Open cdepillabout opened 2 years ago

cdepillabout commented 2 years ago

This PR makes some of the fields in the APIGatewayRequest type optional.

The reason this fix is needed is described in:

Unfortunately I couldn't find an actual specification of what the APIGatewayRequest type should be, so I just had to infer what the types are based on how sam local generate-event and sam local start-api work. The specifics are in the two above linked comments.