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
Frank
03/01/2022, 7:24 AM
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.
Frank
03/01/2022, 7:26 AM
You can have multiple stacks in an SST app, so most teams just have 1 SST service in Seed.
Frank
03/01/2022, 7:26 AM
Any particular reason u want to split into multiple SST apps?
c
Carter Himmel
03/03/2022, 12:28 AM
you know im actually not sure, one of my coworkers sent me looking
f
Frank
03/03/2022, 12:56 PM
Ah ic. If they’ve any questions, feel free to ping me here on Slack or email me at frank@serverless-stack.com