is there an advised way to store multiple services...
# sst
c
is there an advised way to store multiple services in a single monoreo with sst, similar to the image from seed docs? our one service is getting a bit large and we wanna start splitting stuff up
f
Hey @Carter Himmel, with Serverless Framework, each service is 1 CloudFormation stack, and for most reasonably sized projects, you end up having multiple stacks, hence multiple services.
You can have multiple stacks in an SST app, so most teams just have 1 SST service in Seed.
Any particular reason u want to split into multiple SST apps?
c
you know im actually not sure, one of my coworkers sent me looking
f
Ah ic. If they’ve any questions, feel free to ping me here on Slack or email me at frank@serverless-stack.com