Cloud Resume Challange
The Cloud Resume Challenge is a hands-on project designed to showcase skills in cloud computing and DevOps practices. The challenge involves building a resume website hosted on the cloud, typically using services such as AWS S3 to host a static site and CloudFront for CDN integration. You track visitor counts using DynamoDB for data storage, an API Gateway to create a REST API, and an AWS Lambda function written in Python to process requests. Infrastructure as Code is managed using Terraform or AWS CloudFormation, and CI/CD pipelines are implemented with GitHub Actions to automate deployments. The project demonstrates knowledge of serverless architectures, continuous integration, and cloud infrastructure management.
View Details