Timothée Clain
06/17/2022, 7:01 PMFrank
my-sst-app
in sst.json
, and u have MyStack
in both apps, one is going to overwrite the other.Frank
Timothée Clain
06/21/2022, 4:57 PMTimothée Clain
06/21/2022, 4:57 PM# Retrieve VPC information
vpc = ec2.Vpc.from_lookup(stack, "VPC",
# This imports the default VPC but you can also
# specify a 'vpcName' or 'tags'.
is_default=True
)
?Frank
Timothée Clain
06/21/2022, 5:11 PMFrank
from_lookup
in another app, u have to make sure the former app is deployed first.Frank
Timothée Clain
06/21/2022, 5:13 PM