@hackage aws-easy0.1.0.0
AWS Easy: Helper functions for working with amazonka
Categories
License
MIT
Maintainer
rcook@rcook.org
Links
Versions
Installation
Dependencies (8)
- amazonka
- amazonka-core
- base >=4.7 && <5
- bytestring
- lens
- resourcet Show all…
Dependents (0)
AWS Easy
A simplified, high-level AWS API built on top of amazonka
This is a collection of helper functions and some Template Haskell that I use regularly and has streamlined by use of the amazonka framework. 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