Skip to content

Frontend repo for the Cloud Resume Challenge - an online CV built using AWS Serverless technology.

Notifications You must be signed in to change notification settings

Antonio-Riccelli/cloud-resume-challenge-frontend

Repository files navigation

Cloud Resume Challenge - Frontend

This repo contains the current Frontend code for the Cloud Resume Challenge.

Description

A resume page built using Next.js and TailwindCSS. The page also includes a visitor counter which updates at every visit. Its value is stored in a DynamoDB table and dynamically retrieved via API Gateway and Lambda.

Architecture

  • Resume page created with Next.js and TailwindCSS.
  • GitHub Action workflow runs the build process, exports the static content and automatically uploads it to AWS.
  • Two S3 buckets hosting the static content.
  • CloudFront Distribution to serve content to end users
  • Custom DNS domain name provided via Route53

Usage

You can check the resume page at antonio-riccelli-cloud-resume.link

project demo