Personal Projects
AWS Cloud Resume Challenge (This online CV/Resume)
This website is stored in AWS S3 and utilises a CloudFront distribution to serve the website globally. The domain name for the website was acquired from a 3rd party. The SSL certificate for it was obtained from Amazon Certificate Manager and the custom domain was configured in Route53
Terraform used to create and deploy a DynamoDB table and item within the table. This table was created to store the website visit count.
CI/CD for the front end. My GitHub repo stores the website code and is the source for the pipeline created in AWS Codepipeline. Once a change is made and pushed into Git, the pipeline will retreive the new files and then deploy them to S3.
Programming Languages & Tools used in this project:
- HTML, CSS, Javascript
- Python
- AWS (S3, DynamoDB, IAM, CloudFront, Route53, Certificate Manager, Codepipeline, Lambda)
- GitHub
- Terraform