This message was deleted.
s
This message was deleted.
c
Yes, you would use Stack Outputs from the infra stack, and referenced from the application stack. This is a good choice for anything shared, eg VPCs ( including Subnets, etc ). We typically don't use Pulumi directly for this, but rather put these id's in SSM Parameters, and use that for lookups.
n
thanks a lot for your response, this is very helpful!
b
I was hoping to start with a single repo/project for a while, but then was forced into this pattern (ECS definition includes container version; to update container version for a deploy, have to run Pulumi; therefore Pulumi has to be in the app's repo for CI)
šŸ‘ 1
n
Thanks a bunch!