systemdebt
systemdebt

Reputation: 4941

Service composition in Serverless framework and serverless nested stacks discussion

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

Answers (1)

gizemsever
gizemsever

Reputation: 378

I am using this plugin, review it to deploy logically.

serverless-plugin-split-stacks

Upvotes: 1

Related Questions