seek-oss / serverless-haskell

Deploying Haskell applications to AWS Lambda with Serverless
MIT License
215 stars 22 forks source link

Add specialised main functions for event types #140

Closed dmoverton closed 4 years ago

dmoverton commented 4 years ago

These specialised main functions make working with SQS, SNS and S3 events much simpler. This probably deserves some examples in the README (which currently doesn't mention these event types), but I'll do that separately.