Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 611 Bytes

04-clear-an-initial-aws-cdk-stack-to-start-building-an-app-from-scratch.md

File metadata and controls

13 lines (7 loc) · 611 Bytes

Clear an initial AWS CDK stack to start building an app from scratch

📹 Video

Cleaning time! We'll be removing some code generated by the sample-app that we don't need.

Go to todo-app-stack and remove all the references to sns.Topic and sqs.Queue. Remove the unused imports as well.

Run cdk diff to preview your changes (we'll be destroying a bunch of resources).

Then cdk deploy to deploy (note this will overwrite your previous deploy).

Verify your changes in the AWS console.