AWS SDK for Scala - Generator Plugin

It's like the AWS SDK for Java, but more Scala-y

License

License

Categories

Categories

Scala Languages AWS Container PaaS Providers Maven Build Tools
GroupId

GroupId

com.amazonaws.scala
ArtifactId

ArtifactId

generator-maven-plugin
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

AWS SDK for Scala - Generator Plugin
It's like the AWS SDK for Java, but more Scala-y

Download generator-maven-plugin

How to add to project

<plugin>
    <groupId>com.amazonaws.scala</groupId>
    <artifactId>generator-maven-plugin</artifactId>
    <version>0.0.1</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-tools-api jar 3.4
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4
org.freemarker : freemarker jar 2.3.23

Project Modules

There are no modules declared in this project.

aws-scala-sdk

Join the chat at https://gitter.im/awslabs/aws-scala-sdk

It's like the AWS SDK for Java, but more Scala-y.

Building

Have a look at config.yaml. Pick your favorite version of the AWS SDK for Java. Then run build.sh. You'll need Apache Maven on your path.

Using

import com.amazonaws.services.kinesis.model._
import com.amazonaws.services.kinesis.scala._

val client = new AmazonKinesisClient("us-west-2")
client.listStreams(new ListStreamsRequest()).
  map((r: ListStreamsResult) => r.getStreams())

Contributing

Feature and pull requests welcome!

com.amazonaws.scala

Amazon Web Services - Labs

AWS Labs

Versions

Version
0.0.1