Infrastructure
The project mostly runs on Amazon Web Services:
- Route 53 provides Domain Name Service, so that you can find the site.
- S3 stores the static files, and CloudFront distributes them to you.
- Certificate Manager maintains the SSL certificates to secure your connection.
- A Lambda function registers your visit and updates the visitor count shown below.
- DynamoDB stores the visits. In the future this count will be cached somehow.
The domain is registered outside of AWS to facilitate multi-cloud experiments.