REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
59/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
🚀 Serverless Visitor Counter Cloud App
A serverless web application that displays and tracks website visitors using AWS cloud services. The project uses a fully serverless architecture where AWS manages the backend infrastructure automatically.
🏗️ Architecture
User
|
v
S3 (Static Website)
|
v
API Gateway
|
v
AWS Lambda
|
v
DynamoDB
☁️ AWS Services Used
- Amazon S3 – Hosts the static website (HTML, CSS, JavaScript)
- API Gateway – Provides API endpoint for frontend-backend communication
- AWS Lambda – Handles visitor count logic
- DynamoDB – Stores visitor count data
✨ Features
- Static website hosting on AWS S3
- Serverless backend processing
- Visitor count stored in DynamoDB
- API-based communication
- Scalable and cost-effective architecture
⚙️ Project Flow
- User opens the website hosted on S3.
- Frontend sends a request to API Gateway.
- API Gateway triggers the Lambda function.
- Lambda updates the visitor count in DynamoDB.
- Updated count is displayed on the website.
🛠️ Deployment Steps
- Create an S3 bucket and enable static website hosting.
- Upload frontend files (HTML, CSS, JS).
- Create DynamoDB table to store visitor count.
- Create Lambda function with DynamoDB access.
- Connect Lambda with API Gateway.
- Integrate API endpoint with frontend.
📚 Skills Learned
- AWS Serverless Architecture
- S3 Static Website Hosting
- AWS Lambda
- API Gateway
- DynamoDB NoSQL Database
- Cloud Deployment
👨💻 Author
Kirandeep Kaur
B.Tech Computer Science Engineering
Cloud Computing | AWS | Serverless Applications