Hey everyone, another question regarding stack nam...
# sst
m
Hey everyone, another question regarding stack naming. It looks like sst creates stack using following naming convention
<aws_username>-<proj-name>-<stack-name>
. Is there a way i can remove
<aws_username>
from this convention or at least specify a custom name here?
t
That is actually from
stage
for local development we suggest your username because it makes it so your work doesn't conflict with a coworker
For real environments it would be
--stage=staging
or
--stage=production