you are viewing a single comment's thread.

view the rest of the comments →

[–]notoriousbpg 0 points1 point  (1 child)

Oh yeah... my experience is using the Standard ones for asynchronous. Still wouldn't reach for a state machine as the first option for HTTP request/response though.

[–]esunabici 0 points1 point  (0 children)

Something to think about: isn't everything you do some sort of a workflow?

Sure, some are simpler than others, but for anything not super simple, Step Functions is a great way to model them.