Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Riccelli committed Jul 5, 2023
1 parent b4a1f93 commit 706856c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ Repo containing code for the Backend part of the [Cloud Resume Challenge](https:

## Description

## Infrastructure
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**
---

0 comments on commit 706856c

Please sign in to comment.