aws-swf-build-tools

The SWF build tools jar is required to build AWS SWF flow code.

APACHE-2.0 License

Stars
13

Amazon SWF Build Tools

The AWS SWF build tools helps to generate several key classes based on annotated source code in customer's flow code base. The build tools jar can be downloaded from Maven by:

    <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-swf-build-tools</artifactId>
       <version>1.0</version>
    </dependency>