Map workflow spec to AWS Step Functions #582
Replies: 1 comment 3 replies
-
@drewburlingame Here is the DSL comparison for ASL and SW. I did as much as I could at that time to compare amazon state language features with serverless workflows feature. Most of the features I think are quite aligned and exchangeable. However, our DSL still does differently and has more elements than ASL.. To me, ASL is more like a subset of SW DSL. One more thing, since I did this research early last year I remember, my comparisons may not reflect the latest specification of SW lol. We add more features since 0.5 such as better error handling, timeout and so on which I believe @tsurdilo knows better than me :) ... Anyways, I hope this comparison can help us as a starting point. lol |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My company is looking to implement a workflow service using AWS Step Functions and we're interested to see if we can use the workflow spec to define the spec and map that spec to Step Functions.
Discussed with @tsurdilo in #serverless-workflow
The first step is likely to map features of serverless workflow to step functions and identify discrepancies. @yzhao244 may have something to share for this.
Beta Was this translation helpful? Give feedback.
All reactions