AWS

AWS serverless resume hosting project

Project URL: https://github.com/corymullins/Cloud_Resume_Challenge_Backend

I created a static resume website hosted on AWS, tracked site visits with API Gateway, Lambda, and DynamoDB, using CI/CD in GitHub.

  • Website hosted on S3, utilizing Route 53 and CloudFront to direct traffic to nearest edge location.
  • API Gateway to connects JavaScript GET request to Lambda Python view counter, and storing/retrieving data in DynamoDB, while protecting from CORS attacks.
  • IAM controls via dedicated Role to run Lambda function, KMS used to secure DynamoDB tables.
  • Deployment written in Terraform, hosted in GitHub repositories, and deployed via GitHub Actions.
Summary of project.