In order to get some practise to take the aws solution architect certification, I got inspired by the cloudresumechallenge: https://cloudresumechallenge.dev/instructions/
Instead of the given instruction I changed the project a bit with
- CDK instead of SAM
- Typescript lambda functions instead of Python
To set up this stack you have to manually add the URLs to your html file. You can do this with a redploy. Everytime you destroy/deploy the your stack, the URLs are lost. Possible Workaround: You can add a DNS via Route53 what would cost you 10€
The base html resume and css is from the project: https://github.com/tnielsen2/cloud-resume-challenge/tree/master/website
This is a blank project for TypeScript development with CDK.
The cdk.json file tells the CDK Toolkit how to execute your app.
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template