Do you think that API Gateway stages would be of any use when we have the stage for the whole stack itself?
t
thdxr
10/18/2021, 8:19 PM
This is why I don't use the stage feature at all, just make a new stack per env
ö
Ömer Toraman
10/18/2021, 8:27 PM
👀
Ömer Toraman
10/18/2021, 8:27 PM
You don’t use the stage for sst too?
Ömer Toraman
10/18/2021, 8:29 PM
I’m a bit confused.
f
Frank
10/21/2021, 10:38 PM
@thdxr meant he doesn’t use APIG stages.
Frank
10/21/2021, 10:40 PM
You want to create 1 APIG project for each stage/environment. B/c you want each stage to be standalone. And different stages should be able to be deployed to different AWS account, which is not possible if multiple stages share the same APIG project.