aws-general alternatives and similar packages
Based on the "AWS" category.
Alternatively, view aws-general alternatives based on common mentions on social networks and blogs.
-
amazonka-s3-streaming
Provides a conduit based interface to uploading data to S3 using the Multipart API -
aws-cloudfront-signer
Haksell library package for signing URL requests to the AWS CloudFront service -
aws-configuration-tools
Configuration types, parsers and renderers for AWS services using configuration-tools -
aws-elastic-transcoder
extension to the Haskell AWS repository to interface to the AWS Elastic Transcoder service -
amazon-emailer
A simple daemon to process messages put into a postgresql table and mail them out using amazons SES.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.

Do you think we are missing an alternative of aws-general or a related project?
README
Haskell Bindings for Amazon Web Services (AWS) General Reference
API Version 0.1
Installation
Assuming that the Haskell compiler GHC and the Haskell build tool cabal is already installed run the following command from the shell:
cabal install --enable-tests
Running Tests
cabal test
Normalization of the date header breaks the AWS test suite, since the tests in that test suite use an invalid date.
Date normalization is enabled by default but can be turned of via the cabal
(compiletime) flag normalize-signature-v4-date
. When date normalization is
enabled the official AWS Signature V4 test-suite is skipped excluded from the
tests. In order to include this test-suite run the following shell commands:
cabal configure --enable-tests -f-normalize-signature-v4-date
cabal test