Deploy a Site with HTTPS Support Behind a CDN with AWS CDK

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Deploying a "static" website on AWS is surprisingly tricky - it requires managing S3, CloudFront, the security between them, and more. Luckily, we don't have to do everything ourselves - in this lesson we're going to learn how to use a 3rd party cdk-website construct available on npm in order to host our application on AWS.