I am probably blind. Looking for docs around `sst....
# help
j
I am probably blind. Looking for docs around
sst.json
with then intent of defining/deploying multiple Apps to different AWS accounts.
f
Hey @Jarod Stewart, each
sst.json
is one SST app. Here are some details https://docs.serverless-stack.com/installation#project-config
Can you elaborate on ur use case?
j
I have a monorepo with many apps that I’d like to ship each app to separate AWS accounts / stage.
I haven’t played around with this too much yet and lost track of the monorepo example now but not sure that had separate Apps
f
I see. This is a monorepo of what an “ideal” GraphQL stack would look like that we are still working on. But it’s really just a single app, with
sst.json
at the root.
I’m sure this is very different from what you are looking for.
It seems like ur setup is more like this?
Copy code
/
  app1/
    sst.json
    stacks/
  app2/
    sst.json
    stacks/
j
yeah. I suppose so
would prolly require some scripts for deployments, ala lerna replacement ;d