1. 24
    Add a custom CloudFormation stack output with CDK
    1m 56s

Add a custom CloudFormation stack output with CDK

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Once we deploy static assets to an S3 bucket it's good to know, well, where are they exactly - saying that "they're in the cloud" is not a good answer.

We can find the S3 bucket and other resources in AWS Console manually but there's a better solution - creating custom CloudFormation stack outputs that are displayed in the terminal once we deploy.

In this quick lesson we're going to learn how to create a custom CloudFormation stack output in order to output the path to an egghead logo in order to add it to our app.

mac
~ 4 years ago

This is still a bit manual. Is there a way to dynamically replace the logo url in the react app? Would react app have to be deployed using the same stack?