goosefraba / aws-step-function-activity-example

Example for a Java based activity handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-step-function-activity-example

Example for a Java based activity handler

Run the example

Define VM arguments:

-Daws.accessKeyId=YOUR_ACCESS_KEY_ID -Daws.secretKey=YOUR_SECRET_KEY -DactivityArn=ACTIVITY_ARN

and invoke the main function:

ActivityProcessor#main

Resources

http://docs.aws.amazon.com/step-functions/latest/dg/welcome.html

About

Example for a Java based activity handler

License:MIT License


Languages

Language:Java 100.0%