serverless / compose

Orchestrate Serverless Framework in monorepos
https://serverless.com/framework/docs/guides/compose
MIT License
110 stars 15 forks source link

Service removal should continue if stack is missing #187

Open VanhaKehno opened 10 months ago

VanhaKehno commented 10 months ago

Is there an existing issue for this?

Use case description

I would like to be able to continue app removal process even after removal failed somewhere between stacks. For example sessions expired and half the app was not removed.

Currently if during removal service (stack) is not found, whole app removal is stopped because of Serverless throws an exception Stack '<your-stack>' does not exist

Proposed solution (optional)

Handle missing stack exception and skip that stack and continue removal process as usual or skip missing stack before even starting removal process.