Streamline access to stack outputs with OutputDetails

You can use the new StackReference.getOutputDetails
method
to get output values from other stacks directly—without calling Output.apply
.
You can use the new StackReference.getOutputDetails
method
to get output values from other stacks directly—without calling Output.apply
.
In this post, we will talk about the best way to architect your Pulumi applications. We are going to build out the following infrastructure in AWS:
To do this, we are going to split the infrastructure into two AWS VPCs. One VPC will be used for the application based resources (e.g Fargate Service, ALB) and the other VPC will be for the database resources. The VPCs will be peered to allow communication between them so that the application can communicate with the database securely.