A repository for an article on bobbyhadz.com
-
Clone the repository
-
Install the dependencies
npm install
- Create the CDK stack
npx cdk deploy
-
Open the AWS CloudFormation Console and the stack should be created in your default region
-
Cleanup
npx cdk destroy