Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1 KB

README.md

File metadata and controls

22 lines (14 loc) · 1 KB

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