AWS SDK for Scala - Parent POM

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

License

License

Categories

Categories

Scala Languages AWS Container PaaS Providers
GroupId

GroupId

com.amazonaws.scala
ArtifactId

ArtifactId

parent-pom
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

AWS SDK for Scala - Parent POM
It's like the AWS SDK for Java, but more Scala-y
Project URL

Project URL

https://github.com/awslabs/aws-scala-sdk
Source Code Management

Source Code Management

https://github.com/awslabs/aws-scala-sdk

Download parent-pom

Filename Size
parent-pom-0.0.1.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.amazonaws.scala/parent-pom/ -->
<dependency>
    <groupId>com.amazonaws.scala</groupId>
    <artifactId>parent-pom</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.amazonaws.scala/parent-pom/
implementation 'com.amazonaws.scala:parent-pom:0.0.1'
// https://jarcasting.com/artifacts/com.amazonaws.scala/parent-pom/
implementation ("com.amazonaws.scala:parent-pom:0.0.1")
'com.amazonaws.scala:parent-pom:pom:0.0.1'
<dependency org="com.amazonaws.scala" name="parent-pom" rev="0.0.1">
  <artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.amazonaws.scala', module='parent-pom', version='0.0.1')
)
libraryDependencies += "com.amazonaws.scala" % "parent-pom" % "0.0.1"
[com.amazonaws.scala/parent-pom "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • generator-maven-plugin
  • project-generator

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