wai-lambda icon indicating copy to clipboard operation
wai-lambda copied to clipboard

Haskell Webapps on AWS Lambda

Results 5 wai-lambda issues
Sort by recently updated
recently updated
newest added

wai responses with multiple headers with the same key are not preserved when converting them to an Aeson object, because the list of `(HeaderName, HeaderValue)` pairs goes through a hashmap...

I believe this library targets the API Gateway V1 payload format, while Lambda will now send functions in the V2 format: https://docs.aws.amazon.com/lambda/latest/dg/urls-invocation.html (Request Payload Format section). Interested in a PR...

It's unclear what the handler name should be. Is it `src/App.app`? This repo could use some more documentation on the AWS configuration settings side.

Hi, could you provide some guidance on building and deploying, even in a trivial sense, a `servant` application using `wai-lambda`? Thanks

What are your thoughts on switching from using a node.js runtime environment to using a custom environment with [hal](https://github.com/Nike-Inc/hal) instead?