Popularity
7.9
Stable
Activity
0.0
Stable
9
17
2

Monthly Downloads: 6
Programming language: Haskell
License: Apache License 2.0
Tags: Network     API     Cloud     AWS    
Latest version: v0.1.0.1

aws-lambda alternatives and similar packages

Based on the "AWS" category.
Alternatively, view aws-lambda alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of aws-lambda or a related project?

Add another 'AWS' Package

README

AWS Lambda: Haskell Bindings

This initially started off as another sister-project to aws, aws-kinesis and aws-dynamodb-streams, built in the same general pattern. However, once I had implemented the core along the lines of those libraries, I realized that there was a massive amount of difficult-to-maintain boilerplate that did not seem to be gaining me anything.

On the other hand, I realized that it would be very easy to reuse some the core data types from aws-general, but then implement the rest of the machinery locally using wreq, which provides built-in support for AWS V4 signing. I am considering this project to be an experiment, then, in providing a slightly more modern and less verbose core to the Haskell AWS bindings. I am confident that anything which this library does not currently do (reusing connections, etc.) can be added easily and modularly without significantly increasing the complexity and burden of the project.

Travis CI Status