Popularity
7.6
Declining
Activity
0.0
Stable
3
13
7

Monthly Downloads: 16
Programming language: Haskell
License: MIT License
Tags: Web     Network     Cloud     AWS     Distributed Computing     Third Party APIs    
Latest version: v0.2.2

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.

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

Add another 'AWS' Package

README

Build Status

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