- Make registering multiple wai handlers possible (via
waiHandler
). - Make registering multiple handlers with multiple Wai Applications possible (via
runMultipleWaiApplications
). - Use version
4.1.1
ofaws-lambda-haskell-runtime
.
- Use version
4.1.0
ofaws-lambda-haskell-runtime
that fixes #101.
- Use version
4.0.0
ofaws-lambda-haskell-runtime
. - New handler types that allow you to support ALB or even API Gateway + ALB at once.
- Now taking the Wai request path from API Gateway's 'proxy' path parameter. This prevents the resource path from messing up your Wai application routing.
- Switched to aws-lambda-haskell-runtime 3.0.3
- Removed forgotten print statements
- Applied a temporary hotfix for handling query parameters