What’s the recommendation of using plug-in like <h...
# seed
s
What’s the recommendation of using plug-in like https://github.com/dougmoscrop/serverless-plugin-split-stacks to avoid cf resource limit? Is it going to break incremental deployment? Or something else?
a
Is your question related to sst or serverless framework?
s
serverless framework
a
okay, haven’t used this so can’t say for sure but if all this does is split your deployment to multiple stacks it shouldn’t be a problem.
s
This is splitting to nested stacks. Any concerns there?
t
The CF resource limit is really high now, are you sure you need it
s
I’m thinking of combining couple of services together. So we may be over a single cf limit after that
j
I think @Frank might have more on this but it could slow your deployments down quite a bit. As opposed to using deploy phases in Seed or similar.
f
@Shine Li I haven’t used it.. but I heard from multiple folks saying your deployment will get slower and slower when u go down that path, and ended up moving away from it. Maybe it’s better now? I’d recommend doing some quick search on ppl’s experience.
s
Got it. Thanks