• Stars
    star
    126
  • Rank 284,543 (Top 6 %)
  • Language
    Scala
  • License
    Apache License 2.0
  • Created about 12 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Asynchronous Scala Clients for Amazon Web Services

Build Status

Asynchronous Scala Clients for Amazon Web Services

Asynchronous clients are provided for the following services:

  • DynamoDB
  • CloudWatch
  • Simple Storage Service (S3)
  • Simple Email Service (SES)
  • SimpleDB
  • Simple Notification Service (SNS)
  • Simple Queue Service (SQS)

Usage

aws-wrap is built for both Scala 2.10.x and 2.11.x against AWS Java SDK 1.10.x (for AWS Java SDK 1.9.x and 1.8.x series, use the 0.7.3 and 0.6.4 releases of aws-wrap, respectively). Binary releases are available from Bintray.

If you are using SBT, simply add the following to your build.sbt file:

resolvers += Resolver.bintrayRepo("dwhjames", "maven")

libraryDependencies += "com.github.dwhjames" %% "aws-wrap" % "0.8.0"

License

Copyright © 2012-2015 Pellucid Analytics. Copyright © 2015 Daniel W. H. James.

This software is distributed under the Apache License, Version 2.0.

More Repositories

1

datomisca

Datomisca: a Scala API for Datomic
Scala
130
star
2

datomic-q-explain

A query explainer for Datomic
Clojure
39
star
3

pfds-scala

Chris Okasaki’s Purely Functional Data Structures in Scala
Scala
31
star
4

datomic-linklist

A Datomic library of schema attributes and database functions to implement linked-list structures in Datomic.
Clojure
23
star
5

play-datomisca

Play Datomisca, Play! Framework 2.3 module for Datomic
Scala
17
star
6

dpa-demos-scala

Design Pattern Demos in Scala
Scala
16
star
7

scala-concurrent-revisions

An implementation of the Concurrent Revisions programming model in Scala
Scala
12
star
8

datomic-ltl

An interpretation of Linear Temporal Logic for Datomic
Clojure
10
star
9

argonaut-spray

Argonaut support for spray (un)marshalling
Scala
8
star
10

play-cors

Cross-Origin Resource Sharing (CORS) support for Play
Scala
5
star
11

smallcheck4scala

SmallCheck for Scala
Scala
5
star
12

datomic-graphite-reporter

A Clojure library that reports Datomic transactor metrics to Graphite
Clojure
3
star
13

bialgebraic-sorting

Supporting code for WGP ’12 paper: Sorting with Bialgebras and Distributive Laws
Haskell
3
star
14

smallerdraw

SmallerDraw is a teaching application for the Design Patterns course of the Software Engineering Programme at the University of Oxford
Java
2
star
15

sbt-awseb

An sbt plugin for interacting with AWS Elastic Beanstalk
Scala
2
star
16

smalldraw-csharp

SmallDraw in C# is a port of a teaching application originally written in Java for the Design Patterns course of the Software Engineering Programme at the University of Oxford.
C#
2
star
17

github-bot-app

A GitHub Webhook Bot written in Clojure.
Clojure
1
star
18

dpa-demos-java

Design Pattern Demos in Java
Java
1
star