the command seems to deploy 2 stacks, im not sure ...
# help
e
the command seems to deploy 2 stacks, im not sure is this is intended or i misconfigured my backend.
Copy code
BlackFenix2-bip-debug-stack and BlackFenix2-bip-bip-stack
d
When I run
sst start
on my app I effectively get 2 apis. I get a debug stack and my current environment (localhost). IIRC from the docs this is because thats how they create the live lambda experience.
Assuming I’m correct, if you check out API gateway in the AWS Console you should see your api, each stage, and an extra localhost. for example
Copy code
dev-MyCoolApp-Api		
localhost-MyCoolApp-Api	
localhost-MyCoolApp-debug-stack-api
prod-MyCoolApp-Api
f
Thanks @Devin
e
sounds good. if thats the intended workflow then im good.
f
@Ernie Francis yeah that is intended. The
debug stack
is deployed when u run
sst start
to create some resources in ur account to handle Live Lambda debug.