Skip to content

issues Search Results · repo:theam/aws-lambda-haskell-runtime language:Haskell

Filter by

62 results
 (99 ms)

62 results

intheam/aws-lambda-haskell-runtime (press backspace or delete to remove)

Does anyone have any experience building a haskell + lambda docker image using nixpkgs s dockerTools and cabal, instead of stack and the provided Dockerfile? I ve tried a few strategies but keep running ...
  • fpringle
  • Opened 
    on Oct 25, 2023
  • #126

I’m using aws-lambda-haskell-runtime, but recently stumbled over hal, and I wonder if there are significant difference worth knowing. At https://github.com/Nike-Inc/hal/issues/118 I asked the same, and ...
  • nomeata
  • 1
  • Opened 
    on Mar 3, 2023
  • #125

I’m trying to upgrade a project of mine to a newer set of dependencies, and I am encountering this build error: Building library for aws-lambda-haskell-runtime-4.1.1.. [ 1 of 17] Compiling Aws.Lambda.Runtime.API.Version ...
  • nomeata
  • 1
  • Opened 
    on Jun 11, 2022
  • #120

I ve been trying to use aws-lambda-haskell-runtime with the AWS SAM CLI. I ve run into multiple problems. I ll describe them in this issue. I m new to AWS Lambda and AWS SAM, so you should take this issue ...
  • cdepillabout
  • 2
  • Opened 
    on May 7, 2022
  • #118

I can add multiple handlers like this runLambdaHaskellRuntime defaultDispatcherOptions (pure ()) id $ do addAPIGatewayHandler api-gateway gatewayHandler addALBHandler alb albHandler ...
  • stevemao
  • Opened 
    on Mar 26, 2022
  • #117

Lambda proxy integrations in API Gateway Payload version 2.0 has a slightly different format. https://medium.com/@lancers/amazon-api-gateway-explaining-lambda-payload-version-2-0-in-http-api-24b0b4db5d36 ...
  • stevemao
  • Opened 
    on Mar 15, 2022
  • #114

APIGatewayHandler and ALBHandler are very handy handlers. I m wondering if we could write more custom handlers using the low level StandaloneLambdaHandler? Had a quick look at the source code it seems ...
  • stevemao
  • 1
  • Opened 
    on Mar 13, 2022
  • #112

This is what I do stack new my-haskell-lambda https://github.com/theam/aws-lambda-haskell-runtime/raw/master/stack-template.hsfiles cd my-haskell-lambda make And this is the failure #10 [build 3/12] ...
  • stevemao
  • 1
  • Opened 
    on Mar 8, 2022
  • #110

I m on an older version of this library using runLambda, StandaloneLambdaResult and toStandaloneLambdaResponse. Now that I m upgrading to a newer library version, I have no clue how to keep my code working. ...
  • tysonzero
  • 3
  • Opened 
    on Oct 26, 2021
  • #108

Hi, thanks for your work on this! My lambda is invoked, but it looks like the request never gets to my handler. I m getting an Internal Server error. Here s a copy of the log: My haskell program is run ...
  • seanhess
  • 8
  • Opened 
    on Jul 23, 2021
  • #105
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub