DEV Community

Cover image for Watch me deploy a React and an Angular website to AWS using AWS CDK with one command
Matt Coulter
Matt Coulter

Posted on • Updated on

Watch me deploy a React and an Angular website to AWS using AWS CDK with one command

Watch the latest deconstructing cdkpatterns video where I deconstruct the angular and react patterns.

Full Architecture:

Alt Text

GitHub Links:

CDKP Commands:

// Angular
npx cdkp init s3-angular-website
cd s3-angular-website
npm run deploy
Enter fullscreen mode Exit fullscreen mode
// React
npx cdkp init s3-react-website
cd s3-react-website
npm run deploy
Enter fullscreen mode Exit fullscreen mode

Deconstructing The S3 Deploy Pattern

I talk the theory, deploy, show the cdk-spa-deploy jsii construct then delete the bundled website and show you how to deploy your own!

Oldest comments (1)

Collapse
 
dance2die profile image
Sung M. Kim

Thanks for the video, Matt.

I am having trouble hearing the voice at all.

Could anyone else confirm?