Do you think that API Gateway stages would be of a...
# help
ö
Do you think that API Gateway stages would be of any use when we have the stage for the whole stack itself?
t
This is why I don't use the stage feature at all, just make a new stack per env
ö
👀
You don’t use the stage for sst too?
I’m a bit confused.
f
@thdxr meant he doesn’t use APIG stages.
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.