Reputation: 4941
I am looking for a decent tooling/way to achieve this for my Microservices defined using Serverless framework:
Define dependencies between services so service will be deployed after the downstream services are deployed
Forex
If 10 microservices have serviceA as a downstream service then serviceA will be deployed first (once) and then the rest of the 10 microservices.
I am looking at https://github.com/aditmalik-synechron/serverless-nested-stack . Should it address the problem?
Upvotes: 0
Views: 212
Reputation: 378
I am using this plugin, review it to deploy logically.
serverless-plugin-split-stacks
Upvotes: 1