Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Vu Hung committed Jul 24, 2024
1 parent 17170fb commit 4558105
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Coverage
name: Test

on:
push:
Expand Down
17 changes: 16 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,19 @@

# AWS Cloud Resume Challenge

This is my take on [AWS Cloud Resume Challenge](https://cloudresumechallenge.dev/docs/the-challenge/aws/)

This is my take on [AWS Cloud Resume Challenge](https://cloudresumechallenge.dev/docs/the-challenge/aws/)

## Architecture

![architecture](./documents/cloud-resume-challenge.png)

| Service | Description |
| ------------- | ------------- |
| Route53 | DNS resolver |
| Cloudfront | Content Delivery network |
| S3 | Store [React static site content](https://github.com/hungnv-sr/React-Portfolio) |
| Api Gateway | Serve HTTP API |
| Lambda | Count request and save to database. This will only count the requests made from browser |
| Lambda@Edge | Count all requests to Cloudfront and save to database (bot requests included) |
| DynamoDB | Database |
Binary file added documents/cloud-resume-challenge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4558105

Please sign in to comment.