This is my take on AWS Cloud Resume Challenge
Service | Description |
---|---|
Route53 | DNS resolver |
Cloudfront | Content Delivery network |
S3 | Store React static site content |
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 |