Setting up the AWS Flow Framework for Java
The AWS Flow Framework for Java is included with the AWS SDK for Java. If you have not already set up the AWS SDK for Java, visit Getting Started in the AWS SDK for Java Developer Guide for information about installing and configuring the SDK itself.
Add the flow framework with Maven
The Amazon SWF build tools are open sourceāto view or download the code or to build the
tools yourself, visit the repository at https://github.com/aws/aws-swf-build-tools
Amazon provides Amazon SWF build
tools
To set up the flow framework for Maven, add the following dependency to your project's
pom.xml file:
<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-swf-build-tools</artifactId> <version>2.0.0</version> </dependency>