danielgmyers / flux-swf-client

Apache License 2.0
10 stars 3 forks source link

Add a Step Functions backend #120

Open danielgmyers opened 5 months ago

danielgmyers commented 5 months ago

AWS Step Functions has runtime properties that some users may prefer over SWF; based on my casual perusal of the Step Functions documentation, it looks like most of Flux's functionality will work just fine backed by Step Functions, the only tricky part will be how to support signals since SFN doesn't offer that functionality at all.