danielgmyers / flux-swf-client

Apache License 2.0
8 stars 3 forks source link

Add a Step Functions backend #120

Open danielgmyers opened 1 month ago

danielgmyers commented 1 month 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.