DEV Community

Discussion on: Prevent AWS from Reading Your Step Functions Data

Collapse
 
sc0ra profile image
Sc0ra

Hello Fabrice, sorry for the late answer !

We implemented the whole credit application validation workflow with AWS Step Functions, not just a proof of concept.

However, we encountered some problems with the lack of experience and maturity of the technology:

  • Upgrading to a breaking version of your workflow can really hard to manage when you have multiple workflow working together (the version management of the Lambda Functions is hard to grasp)
  • DX is problematic, as you have to navigate between a lot of files and the smart navigation isn't completely ready (there is some plugins in WIP tho)

Concerning costs, I'm not an expert but I would advise you to check this article with a cost calculator for your business requirements: medium.com/serverless-transformati...