serverless-step-functions icon indicating copy to clipboard operation
serverless-step-functions copied to clipboard

Share/Split step functions to orchestrate across multiple monorepo services

Open shawnmclean opened this issue 7 years ago • 2 comments

This is a Question

Description

I'm looking for some guidance on how to write step functions that orchestrate multiple services that are segregated by their own serverless.yml file.

Do I have one service (serverless.yml) directory with all the step functions and they do some kind of import of the other serverless files?

shawnmclean avatar Oct 21 '18 12:10 shawnmclean

@shawnmclean how did you implement your solution? I have the same setup: multiple services with own serverless.yml files in one monorepo.

filipsuk avatar Aug 05 '20 15:08 filipsuk

Hi,

Anyone got solution for this case? I'm also using monorepo with multiple serverless.yml.

muhdfaiz avatar Mar 11 '23 13:03 muhdfaiz