Popularity
2.5
Stable
Activity
2.8
Growing
0
2
2

Monthly Downloads: 12
Programming language: Haskell
License: MIT License
Tags: Network     AWS     Networking    
Latest version: v0.1.0.1

aws-easy alternatives and similar packages

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

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

Add another 'aws' Package

README

aws-easy

Travis branch Hackage GitHub license

This is a collection of helper functions and some Template Haskell that I use regularly and has streamlined my use of the amazonka framework for interacting with Amazon Web Services. It was extracted from the code I wrote as part of my AWS via Haskell series of blog posts.

Setup

Clone repository

git clone https://github.com/rcook/aws-easy.git

Install compiler

stack setup

Build

stack build --fast

Test

stack test

Licence

Released under [MIT License][licence]


*Note that all licence references and agreements mentioned in the aws-easy README section above are relevant to that project's source code only.