Pavan Kumar
11/05/2021, 10:33 AMseed.run
. I am encountered with this problem.
1. Serverless has a api gateway
defined
2. Newly created SST has congnito
and react
app defined (previously manually deployed)
The react
app and gateway
needs to know about congnito
id after congnito gets deployed.
The react
app needs to know gateway
url after gateway gets deployed.
In other words, I want only congnito
to be created first from SST then gateway
from serverless then react
app from sst.
Is there a way to ensure this order in seed.run
?Omi Chowdhury
11/05/2021, 1:00 PMPavan Kumar
11/06/2021, 11:22 AMnew Stack1(app, "stack1");
new Stack2(app, "stack2");
Pavan Kumar
11/06/2021, 11:22 AMOmi Chowdhury
11/06/2021, 7:34 PM