Antonio-Riccelli / cloud-resume-challenge-backend

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

Home Page:https://www.antonio-riccelli-cloud-resume.link/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Resume Challenge - Backend

Repo containing code for the Backend part of 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

  • DynamoDB table storing the current visitor count.
  • API Gateway receiveing requests from the Frontend.
  • Lambda function triggered by API Gateway endpoint updating/retrieving the visitor count from the DynamoDB table.

----> Work In Progress

About

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

https://www.antonio-riccelli-cloud-resume.link/


Languages

Language:Python 100.0%