aws-easy: Helper function and types 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-dynamodb, amazonka-s3, aws-easy, base (>=4.7 && <5), bytestring, lens, resourcet, split, template-haskell, text, unordered-containers [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-25T03:45:20Z
Distributions
Executables aws-easy-demo
Downloads 1918 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for aws-easy-0.1.0.1

[back to package description]

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