aws-sdk-scala-wrappers


License

License

Categories

Categories

Scala Languages AWS Container PaaS Providers
GroupId

GroupId

com.gu
ArtifactId

ArtifactId

aws-sdk-scala-wrappers_2.11
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

aws-sdk-scala-wrappers
aws-sdk-scala-wrappers
Project URL

Project URL

https://github.com/guardian/aws-sdk-scala-wrappers
Project Organization

Project Organization

com.gu
Source Code Management

Source Code Management

https://github.com/guardian/aws-sdk-scala-wrappers

Download aws-sdk-scala-wrappers_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.gu/aws-sdk-scala-wrappers_2.11/ -->
<dependency>
    <groupId>com.gu</groupId>
    <artifactId>aws-sdk-scala-wrappers_2.11</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/aws-sdk-scala-wrappers_2.11/
implementation 'com.gu:aws-sdk-scala-wrappers_2.11:0.1'
// https://jarcasting.com/artifacts/com.gu/aws-sdk-scala-wrappers_2.11/
implementation ("com.gu:aws-sdk-scala-wrappers_2.11:0.1")
'com.gu:aws-sdk-scala-wrappers_2.11:jar:0.1'
<dependency org="com.gu" name="aws-sdk-scala-wrappers_2.11" rev="0.1">
  <artifact name="aws-sdk-scala-wrappers_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='aws-sdk-scala-wrappers_2.11', version='0.1')
)
libraryDependencies += "com.gu" % "aws-sdk-scala-wrappers_2.11" % "0.1"
[com.gu/aws-sdk-scala-wrappers_2.11 "0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.2
com.gu : aws-sdk-scala-wrappers-macro_2.11 jar 0.1
com.amazonaws : aws-java-sdk jar 1.8.9.1
org.scala-lang : scala-reflect jar 2.11.2

Project Modules

There are no modules declared in this project.

AWS SDK Scala Wrappers

Provides wrapper classes for the asynchronous clients in the AWS Java SDK. These provide extra methods that return Scala futures (rather than having to provide your own callbacks in the AsyncHandler).

Adding as a dependency in SBT

libraryDependencies += "com.gu" %% "aws-sdk-scala-wrappers" % "0.1"

Usage

Anywhere you're using an asynchronous AWS client, import com.gu.awswrappers._. An implicit class will now be available that wraps the client and provides extra methods that return Scala futures.

com.gu

The Guardian

The source code of the world's leading liberal voice

Versions

Version
0.1