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

Bugfix: Change queryStringParameters to HashMap #87

Closed andys8 closed 4 years ago

andys8 commented 4 years ago

This is to match the encoding of JSON objects. I verified it using a fork and the rest api handler starts working as expected (and not crashing) with query parameters.

Closes #85

andys8 commented 4 years ago

@NickSeagull What's the status with this PR? Is the content fine? I'm asking because eir-forsakring/aws-lambda-haskell-runtime-wai is already merged and released and I want to make sure this is consistent and working.

NickSeagull commented 4 years ago

Hello @andys8 thanks for pinging me! This fell of my plate 😅, the PR is great, merging and publishing a new version!

andys8 commented 4 years ago

Nice, thanks a lot!