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 β€’ Edited on

3

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!

Top 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?

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay