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: AWS Fargate service that does not serve traffic directly AWS ALB as the entry point to the Fargate Service AWS RDS Instance that is stored in a separate network from the Application and does not service traffic directly from the internet To do this, we are going to split the infrastructure into two AWS VPCs.