serverless-step-functions
serverless-step-functions copied to clipboard
Share/Split step functions to orchestrate across multiple monorepo services
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 how did you implement your solution? I have the same setup: multiple services with own serverless.yml files in one monorepo.
Hi,
Anyone got solution for this case? I'm also using monorepo with multiple serverless.yml.