A serverless resume powered by AWS
Each time someone visits my resume, an API request is sent to AWS API Gateway, which triggers a Lambda function. This function updates the visitor count in a DynamoDB table and returns the latest count, which is displayed on my website.
Here’s the flow:
I’ve integrated GitHub Actions into this project to automate the deployment process whenever I update my code. Here’s how it works:
CI/CD Workflow Overview
Some of the biggest challenges included:
Some features I plan to add: