aws-easy: AWS Easy: Helper functions for working with amazonka

[ library, mit, network, program ] [ Propose Tags ]

This package provides assorted functions and some Template Haskell to simplify working the amazonka family of packages for interacting with Amazon Web Services.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3
Dependencies amazonka, amazonka-core, aws-easy, base (>=4.7 && <5), bytestring, lens, resourcet, template-haskell, text [details]
License MIT
Copyright 2018 Richard Cook
Author Richard Cook
Maintainer rcook@rcook.org
Category Network
Home page https://github.com/rcook/aws-easy#readme
Source repo head: git clone https://github.com/rcook/aws-easy.git
Uploaded by rcook at 2018-03-17T03:34:39Z
Distributions
Executables aws-easy-app
Downloads 1918 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-17 [all 1 reports]

Readme for aws-easy-0.1.0.0

[back to package description]

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