Setting up the AWS Flow Framework for Java
The AWS Flow Framework for Java is included with the AWS SDK for Java
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>