Hi all, quick question. Is it possible to have 2 s...
# help
j
Hi all, quick question. Is it possible to have 2 stacks in a project that you can deploy to different regions or would you need 2 projects ?
j
You can have it all in one project. Provide the stack property to the stack. https://docs.serverless-stack.com/constructs/Stack
f
Actually this is currently not allowed in SST. Current recommendation is to create 2 projects.
@Justin Robinson what’s ur use case?